/*
 *	Created by Edward on 23/03/13
 *	Copyright (c) 2023 ishutime.com All rights reserved
*/
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

@font-face {
	font-family: 'iconfont';
	src: url('iconfont.woff2?t=1663740079843') format('woff2'),
		url('iconfont.woff?t=1663740079843') format('woff'),
		url('iconfont.ttf?t=1663740079843') format('truetype');
}

.pdfSwiper{
    display: none;
}

.pdf_list{
    overflow: hidden;
}

.pdfSwiper.active{
    display: block;
}

.tzdn{
    display: none;
}

.news5{
    width: 100%;
    height: auto;
    position: relative;
}

.news5 ul{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.news5 ul li{
    width: 32%;
    position: relative;
    margin-right: 2%;
    margin-bottom: 25px;
}

.news5 ul li:nth-child(3n){
    margin-right: 0%;
}

.news5 ul li .info{
    width: 100%;
    margin-top: 10px;
}

.news5 ul li .info .time{
    opacity: .5;
    font-size: 12px;
    margin-bottom: 5px;
}

.news5 ul li .info .title{
    font-weight: bold;
    line-height: 1.4;
}


.searchLight {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .8);
	z-index: 1000;
	transition: all .5s cubic-bezier(.23, 1, .32, 1);
	opacity: 0;
	visibility: hidden;
	position: fixed;
}

.searchLight.active {
	opacity: 1;
	visibility: visible
}

.searchGroup{
	width: 600px;
	height: auto;
	position: absolute;
	padding:75px 100px;
	background: #fff;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
}

.searchGroup .name{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 25px;
}

.searchGroup input{
	width: 100%;
	height: 50px;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,.1);
	outline: none;
	margin-bottom: 25px;
}

.searchBtn{
	width: 120px;
	height: 50px;
	line-height: 50px;
	background: rgba(0,0,0,.05);
	text-align: center;
	cursor: pointer;
	color: rgba(0,0,0,.5);
	-webkit-transition: all .35s;
}
.searchBtn:hover{
	background: #004da0;
	color: #fff;
}


.searchGroup input::-webkit-input-placeholder {
	color: rgba(0,0,0,.3);
	font-size: 14px;

}

.search_icon{
    width: 60px;
    height: 90px;
    position: relative;
    cursor: pointer;
}

.search_icon:hover{
    opacity: .7;
}

.search_icon:after{
    width: 25px;
    height: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    content: '';
    background: url(../images/search_icon.png?v=20230506) no-repeat;
    background-size: cover;
}

.searchClose{
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	line-height: 50px;
	text-align: center;
	-webkit-transition: all .5s;
	font-size: 24px;
}

.searchContent {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}

.searchContent .scResult {
	width: 100%;
	height: auto;
	background: #0b3088;
	color: #fff;
	font-weight: 700;
	text-indent: 45px;
	font-size: 20px;
	line-height: 40px;
	position: relative
}

.searchContent .scResult.b{
	background: #0c8bc0;
}

.searchContent .scResult:after {
	width: 25px;
	height: 25px;
	position: absolute;
	left: 10px;
	top: 7.5px;
	background: url(../images/result_icon.png?v=1) no-repeat;
	background-size: cover;
	content: ''
}

.resultTips {
	width: 100%;
	height: auto;
	line-height: 40px;
	font-size: 14px
}

.resultTips span {
	color: #e10101;
	padding: 0 3px;
	font-weight: 700
}

.noData {
	width: 200px;
	height: 200px;
	margin: 0px auto;
	font-size: 14px;
	text-align: center;
	display: none;
	position: relative;
}

.noData::after{
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: 30px;
	background: url(../images/noData_img.png) no-repeat;
	background-size: cover;
	opacity: .2;
	content: '';
}

.noData p{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 60%;
	color: rgba(0,0,0,.2);
}

.noData.active {
	display: block
}


.searchClose:after{
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    content: '';
    background: url(../images/search_close_btn.png) no-repeat;
    background-size: cover;
}

.searchClose:hover{
	-webkit-transform: rotate(90deg);
}

.yl_mob {
	display: none;
}

::-webkit-scrollbar {
	width: 10px;
	height: 1px;
}

::-webkit-scrollbar-thumb {
	background: #184791;
}

::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.3);
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}


@font-face {
	font-family: AlibabaSans;
	src: url(../fonts/Poppins-Bold.ttf)
}

@font-face {
	font-family: BrownBlod;
	src: url(../fonts/Hero.otf)
}


.sub_header {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0%;
	top: 0%;
	background: rgba(0, 0, 0, .3);
	opacity: 0;
	visibility: hidden;
	z-index: 10;
	pointer-events: none;
	-webkit-transition: all 0.5s;
}

.sub_header.active {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.sub_header ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}


.w_top{
    width: 100%;
    height: auto;
    position: relative;
    left: 0%;
    top: 0%;
}

/* .sub_header ul li:before{
	width: 100%;
	height: 0%;
	position: absolute;
	left: 0%;
	top: 0%;
	background: #fff;
	-webkit-transition: 0.35s cubic-bezier(0.215, 0.610, 0.355, 1);
	content: '';
} */

.sub_header ul li.active:before {
	height: 100%;
}

.sub_header ul li {
	display: flex;
	width: 100%;
	padding: 120px 10% 20px;
	position: absolute;
	left: 0%;
	top: 0%;
	background: url(../images/slide_bg.jpg) center center no-repeat;
	background-size: cover;
	-webkit-transition: all .5s cubic-bezier(0.23, 1, 0.320, 1);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	justify-content: center;

}

.sub_header ul li.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0%);
}

.sub_header ul li a {
	display: block;
	width: 165px;
	margin-right: 2%;
	position: relative;
	opacity: 0;
	-webkit-transform: translateX(50%);
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .5s;
}

.sub_header ul li:nth-child(2),
.sub_header ul li:nth-child(4) {
	display: flex;
	justify-content: center;
}

.sub_header ul li a:nth-child(2) {
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .6s;
}

.sub_header ul li a:nth-child(3) {
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .7s;
}

.sub_header ul li a:nth-child(4) {
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .8s;
}

.sub_header ul li.active a {
	-webkit-transform: translateX(0%);
	opacity: 1;
}

.sub_header ul li a .thum {
	background: #000;
	overflow: hidden;
	-webkit-transition: all .35s;
	margin-bottom: 10px;
}

.sub_header ul li a .name {
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}

.sub_header ul li a:hover .pic {
	-webkit-transform: scale(1.1);
}

.sub_header ul li a:hover .more .r {
	background-color: #fff;
	color: #a38c50;
}


.sub_header ul li a .thum .name {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;
	top: 5%;
	padding: 20px 7%;
	color: #fff;
	font-size: 24px;
	font-family: BrownBlod;
	line-height: 1.2;
}

.sub_header ul li a .thum .more {
	width: 86%;
	height: auto;
	position: absolute;
	left: 7%;
	bottom: 2%;
	padding: 15px 0px;
	border-top: 2px solid rgba(255, 255, 255, .5);
	display: flex;
	align-items: center;
	color: #fff;
	justify-content: space-between;
}

.sub_header ul li a .thum .more .t {
	font-size: 18px;
}

.sub_header ul li a .thum .more .r {
	width: 40px;
	height: 40px;
	position: relative;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	border: 1px solid rgba(255, 255, 255, .5);
	-webkit-transition: all .35s;
}

.header {
	width: 100%;
	height: 90px;
	z-index: 100;
	-webkit-transition: all .5s;
	position: fixed;
	align-items: center;
	top: 0px;
	display: flex;
	justify-content: space-between;
	padding: 0px 0%;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.header.active,
.header.sub {
	background: rgba(255, 255, 255, .95);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.logo {
	width: 128px;
	position: relative;
	margin-left: 3%;
	-webkit-transition: all .5s;
}

.logo img {
	width: 100%;
}

.logo img:nth-child(2) {
	position: absolute;
	left: 0%;
	top: 0%;
	opacity: 0;
}

.header.active .logo img,
.header.sub .logo img {
	opacity: 0;
}

.header.active .logo img:nth-child(2),
.header.sub .logo img:nth-child(2) {
	opacity: 1;
}

.header .nav ul a {
	color: #fff;
	text-transform: capitalize;
	padding: 0px 2.5vw;
}

.header.active .nav ul a,
.header.sub .nav ul a {
	color: #3e3e3e;
}

.header.active .nav ul a::after,
.header.sub .nav ul a::after {
	background-color: #184791;
}

.header.active .navr .langue,
.header.active .navr .langue a,
.header.sub .navr .langue,
.header.sub .navr .langue a {
	color: #3e3e3e;
}

.header.active .navr .tel,
.header.sub .navr .tel {
	color: #3e3e3e;
}

.header.active .menu_bar,
.header.active .navr .tel,
.header.active .navr,
.header.sub .navr .tel,
.header.sub .navr {
	border-left: 1px solid rgba(0, 0, 0, .1);
}

.header.sub .navr {
	border-right: 1px solid rgba(0, 0, 0, .1);
}

.menu_bar.sub span {
	background: #3e3e3e;
}


.header .nav ul a::after {
	width: 0%;
	height: 3px;
	position: absolute;
	right: 0%;
	bottom: 0%;
	content: '';
	background: #fff;
	-webkit-transition: all .5s;
}

.header .nav ul a:hover::after {
	width: 100%;
	right: auto;
	left: 0%;
}

.header .nav ul a:hover {
	color: #fff;
}

.header.active .nav ul a:hover,
.header.sub .nav ul a:hover {
	color: #3e3e3e;
}

.navr .langue a:hover {
	text-decoration: underline;
}

.header .nav ul a .first-level {
	width: 100%;
	height: 20px;
	line-height: 20px;
	position: relative;
	overflow: hidden;
}

.header .nav ul a .first-level p {
	line-height: 20px;
	position: relative;
}

.header .nav ul a .first-level p:first-child {
	-webkit-transition: all .5s;
}


.nav {
	width: auto;
	position: relative;
	margin-right:400px;
}

.nav ul {
	display: flex;
	justify-content: space-between;
}

.nav ul a {
	position: relative;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	height: 90px;
	display: flex;
	align-items: center;
	-webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}


.nav ul li {
	position: relative;
}

.nav ul li:hover a,
.nav ul li.active a {
	opacity: 1;

}

.nav ul .list {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 0px;
	top: 70px;
	background: #fff;
	width: 100%;
	box-shadow: 0px 10px 15px rgb(0 0 0 / 10%);
	-webkit-transition: all .5s;
}

.nav ul .list a {
	color: #3e3e3e;
	font-weight: normal;
	line-height: 40px;
	font-size: 14px;
	height: auto;
	padding: 0px 5px;
	width: 100%;
	text-align: center;
	display: block;
}

.nav ul .list a::after {
	display: none;
}

.nav ul .list a:hover {
	color: #b0944f;
}

.nav ul li:hover .list {
	visibility: visible;
	opacity: 1;
}

.home {
	overflow: hidden;
	height: 100vh;
}

.bannerSwiper .swiper-slide {
	background: #000;
	height: 100vh;
}

.bannerSwiper .pic {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	clip-path: circle(0%);
	transition: 1.2s all ease-in-out;
	animation: bgBoxAn 30s linear infinite;
}

.bannerSwiper .pic.p2{
	display: none;
}

.bannerSwiper .swiper-slide.swiper-slide-active .pic {
	clip-path: circle(100%);
}

@keyframes bgBoxAn {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.3);
	}
}


.menu_bar {
	width: 90px;
	height: 90px;
	position: fixed;
	right: 0px;
	top: 0px;
	cursor: pointer;
	z-index: 200;
}

.menu_bar.active {
	z-index: 150;
}

.menu_bar.active span {
	background: #184791;
}

.menu_bar .bar {
	width: 30px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
}

.menu_bar::before {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0%;
	background-color: #fff;
	content: '';
	-webkit-transition: all .5s;
	border-radius: 50%;
	-webkit-transform: scale(0);
}



.menu_bar span {
	width: 100%;
	height: 2px;
	position: absolute;
	background: #333;
	display: block;
	-webkit-transition: all .35s;
	-webkit-transform: rotate(0deg);
	top: 0px;
}

.menu_bar.active span {
	background: #000;
}

.menu_bar span:nth-child(2) {
	top: 9px;
	width: 20px;
}

.menu_bar:hover span:nth-child(2){
    width: 30px;
}

.menu_bar:hover span:nth-child(3){
    width: 30px;
}

.menu_bar.active:hover span:nth-child(2){
    width: 0px;
}

.menu_bar.active:hover span:nth-child(3){
    width: 25px;
}

.menu_bar.active span:nth-child(2){
	width: 0px;
}

.menu_bar.active span:nth-child(1){
	top: 9px;
	-webkit-transform: rotate(45deg);
	width: 25px;
}

.menu_bar.active span:nth-child(3){
	top: 9px;
	-webkit-transform: rotate(-45deg);
}

.menu_bar span:nth-child(3) {
	top: 18px;
	width: 25px;
}

.navr {
	width: 300px;
	height: auto;
	position: absolute;
	right: 90px;
	top: 22px;
	display: flex;
	border-left: 1px solid rgba(255, 255, 255, .3);
	border-right: 1px solid rgba(255, 255, 255, .3);
}
.search_icon{
    width: 80px;
    border-left: 1px solid rgba(255, 255, 255, .3);
}
.header.sub .search_icon{
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.header.sub .search_icon:after{
    background-position: -25px 0px;
}

.search_icon.si2{
    display: none;
}

.navr .langue {
	width: 90px;
	line-height: 90px;
	text-align: center;
	font-family: BrownBlod;
	color: #fff;
}

.navr .langue span {
	padding: 0px 5px;
}

.navr .langue a {
	color: #fff;
}

.navr .tel {
	width: calc(100%);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-left: 1px solid rgba(255, 255, 255, .3);
	flex-wrap: wrap;
	align-content: center;
}

.navr .tel .icon {
	width: 45px;
	line-height: 45px;
	font-size: 28px;
}

.navr .tel .info{
    width: auto;
    text-align: left;
}

.navr .tel p {
	font-size: 24px;
	font-family: BrownBlod;
}

.bannerSwiper .slogan {
	width: 35%;
	height: auto;
	left: 5%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-40%);
	color: #fff;
	line-height: 1.7;
	opacity: 0;
}

.bannerSwiper .swiper-slide-active .slogan {
	-webkit-transform: translateY(-50%);
	opacity: 1;
	-webkit-transition: all 1s ease;
}


.home .swiper-pagination-bullets.menu {
	position: fixed;
	right: 2%;
	z-index: 90;
	width: 25px;
	bottom: 0%;
	top: auto;
}

.home .swiper-pagination-bullets.menu .swiper-pagination-bullet {
	width: 25px;
	height: 25px;
	opacity: 1;
	background: none;
	margin: 5px 0px;
	position: relative;
	cursor: pointer;
	display: block;
	text-indent: 100px;
	overflow: hidden;
}

.home .swiper-pagination-bullets.menu .swiper-pagination-bullet::before {
	content: "";
	width: 6px;
	height: 6px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -3px;
	margin-left: -3px;
	border-radius: 50%;
	transition: all .5s;
}

.home .swiper-pagination-bullets.menu .swiper-pagination-bullet::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;

	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 50%;
	-webkit-transform: scale(1) translate(-50%, -50%);
	-webkit-transition: all .5s;
	opacity: 0;
}

.langues{
	display: none;
}

.home .swiper-pagination-bullets.menu .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	opacity: 1;
}

.navigate {
	width: 500px;
	height: 100vh;
	position: fixed;
	right: 0px;
	top: 0%;
	z-index: 90;
	padding: 90px 35px 50px 35px;
	overflow: hidden;
	visibility: hidden;
}

.navigate.active {
	z-index: 150;
	visibility: visible;
}

.navigate::before {
	width: 40vw;
	height: 58vw;
	position: absolute;
	right: -40vw;
	top: -40vw;
	background: #fff;
	border-radius: 0px 0px 50% 50%;
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1);
	content: '';
	-webkit-transform: scale(0);
}

.navigate.active::before {
	-webkit-transform: scale(2);
	right: 0%;
	top: 0%;
}


.navigate h1 {
	width: 100%;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 2px solid #184791;
	-webkit-transition: all 0.8s;
	opacity: 0;
	-webkit-transform: translateY(40px);
}

.navigate.open h1 {
	opacity: 1;
	-webkit-transform: translateY(0px);
}

.navigate h1 img {
	width:26%;
}

.navigate ul li {
	width: 100%;
	margin-bottom: 15px;
	-webkit-transition: all 0.8s ease .1s;
	opacity: 0;
	-webkit-transform: translateY(50px);
}



.navigate.open ul li {
	opacity: 1;
	-webkit-transform: translateY(0px);
}

.navigate ul li:last-child {
	margin-bottom: 0px;
}

.navigate ul li .name {
	width: 100%;
	font-size: 1vw;
	font-weight: bold;
	margin-bottom: 5px;
}

.navigate ul li .list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-weight: 0.9vw;
}

.navigate ul li .list a {
	width: 48%;
	position: relative;
	height: auto;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.5);
	transition: all .5s;
		font-size: 0.9vw;
}

.navigate ul li .list a:hover {
	color: rgba(0, 0, 0, 0.9);
}

.navi_close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0px;
	top: 8px;
	cursor: pointer;
	-webkit-transition: all .5s;
}

.navi_close:hover {
	-webkit-transform: rotate(90deg);
}

.navi_close span {
	width: 30px;
	height: 3px;
	position: absolute;
	display: block;
	background: #184791;
	top: 14px;
	-webkit-transform: rotate(45deg);
}

.navi_close span:last-child {

	-webkit-transform: rotate(-45deg);
}

.upk-salf-slider-wrapper .upk-salf-pagi-wrap .swiper-pagination-bullet {
	background-color: transparent;
	opacity: 1;
}

.upk-salf-slider-wrapper .upk-salf-pagi-wrap .swiper-pagination-bullet--svg-animation {
	width: 28px;
	height: 28px;
	margin: 0px 15px;
	display: inline-block;
}

.upk-salf-slider-wrapper .upk-salf-pagi-wrap .swiper-pagination-bullet--svg-animation::after {
	width: 30px;
	height: 1px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	content: '';
	background: #fff;
}

.upk-salf-slider-wrapper .upk-salf-pagi-wrap .swiper-pagination-bullet--svg-animation:last-child::after {
	display: none;
}

.upk-salf-slider-wrapper .upk-salf-pagi-wrap .swiper-pagination-bullet--svg-animation svg {
	transform: rotate(-90deg);
}

.upk-salf-slider-wrapper .upk-salf-pagi-wrap .swiper-pagination-bullet--svg-animation .svg__circle-inner {
	stroke: #ffffff;
	fill: #fff;
	transition: all 0.3s ease;
}

.upk-salf-slider-wrapper .upk-salf-pagi-wrap .swiper-pagination-bullet-active .svg__circle {
	stroke: #ffffff;
	stroke-dasharray: 75;
	stroke-dashoffset: 0;
	-webkit-animation: progress 6s ease-in-out 1 forwards;
	animation: progress 6s ease-in-out 1 forwards;

	
}

.upk-salf-slider-wrapper .upk-salf-pagi-wrap .swiper-pagination-bullet-active .svg__circle-inner {
	fill: #2b2d42;
	stroke: #ffffff;
}

.upk-salf-slider-wrapper .upk-salf-pagi-wrap {
	position: absolute;
	bottom: 5%;
	right: 0;
	width: 100%;
}

.upk-salf-pagi-wrap .swiper-pagination {
	position: relative;
	width: 100%;
}

@-webkit-keyframes progress {
	0% {
		stroke-dashoffset: 75;
		opacity: 1;
	}

	95% {
		stroke-dashoffset: 0;
		opacity: 1;
	}

	100% {
		opacity: 0;
		stroke-dashoffset: 0;
	}
}

.home>.swiper-wrapper>.swiper-slide {
	height: 100vh;
	position: relative;
	overflow: hidden;
}



.main-slider__inner {
	position: absolute;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;

	background-size: cover;
}

.main-slider__bg {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	height: inherit;
	object-fit: cover;
	margin: auto;
}

.bannerSwiper {
	overflow: hidden;
	width: 100%;
}

.num_list {
	width: 45%;
	height: auto;
}

.num_list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.num_list ul li {
	width: 48%;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	padding-bottom: 10px;
	margin-bottom: 45px;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-webkit-transition: all 1s ease 1s;
}

.num_list ul li:nth-child(2) {
	-webkit-transition-delay: 1.1s;
}

.num_list ul li:nth-child(3) {
	-webkit-transition-delay: 1.2s;
}

.swiper-slide-active .num_list ul li {
	opacity: 1;
	-webkit-transform: translateY(0px);
}

.num_list ul li .num {
	font-size: 20px;
	font-family: BrownBlod;
	line-height: 1;
	margin-bottom: 5px;
	display: flex;
	color: #184791;

}

.num_list ul li .num span {
	font-size:3vw;
	line-height: 0.9;
}

.num_list ul li .txt {
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 2;
}

.about_txt {
	width: 100%;
	height: auto;
	position: relative;

	opacity: 0;
	-webkit-transition: all 1s ease 1s;
}

.swiper-slide-active .about_txt {
	opacity: 1;
}

.about_txt .name {
	font-size: 3vw;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 1.5vw;
}

.curltrue {
	width: 100%;
	height: auto;
	margin-top: 3vw;
}

.curltrue ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.curltrue ul .li {
	width: 23.5%;
	height: auto;
	position: relative;
	text-align: center;
	padding: 35px 0px 50px;
	-webkit-transition: all 1s ease 1.3s;
	-webkit-transform: translateY(50px);
	opacity: 0;

	display: block;
}

.curltrue ul .li::before {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .3);
	backdrop-filter: blur(10px);
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease;
	content: '';
}

.curltrue ul .li:nth-child(2) {
	-webkit-transition: all 1s ease 1.4s;
}

.curltrue ul .li:nth-child(3) {
	-webkit-transition: all 1s ease 1.5s;
}

.curltrue ul .li:nth-child(4) {
	-webkit-transition: all 1s ease 1.6s;
}

.swiper-slide-active .curltrue ul .li {
	opacity: 1;
	-webkit-transform: translateY(0px);
}

.curltrue ul .li .icon {
	width: 65px;
	height: 65px;
	margin: 20px auto;
	background: #184791;
	border-radius: 50%;
	position: relative;
	-webkit-transition: all .5s;
	overflow: hidden;
}

.curltrue ul .li .icon img {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
}

.curltrue ul .li:hover .icon {
	box-shadow: 0px 0px 30px rgba(24, 71, 145, .5);
}

.curltrue ul .li:hover .icon img {
	animation: hover-button-arrow-right .3s ease;
}

.curltrue ul .li .name {
	font-size: 1.2vw;
	font-weight: bold;
	position: relative;
}

.productSwiper {
	width: 80%;
	margin-left: 10%;
	height: calc(100% - 90px);
	margin-top: 90px;
}

.productSwiper .info {
	width: 32%;
	position: relative;
	top: 40%;
	-webkit-transform: translateY(-25%);
	-webkit-transition: all 1s ease;
	opacity: 0;
	visibility: hidden;
}

.productSwiper li.active .info {
	-webkit-transform: translateY(-50%);
	opacity: 1;
	visibility: visible;
}

.productSwiper .img {
	width: 48%;
	height: auto;
	position: absolute;
	right: 6%;
	top:5%;
	opacity: 0;
	-webkit-transition: all 0.5s ease .6s;
}

.productSwiper li.active .img {
	opacity: 1;
	bottom: 10vw;
}

.goToBack {
	width: 50px;
	height: 50px;
	position: absolute;
	right: calc(2% - 12.5px);
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	z-index: 10;
	bottom: 3%;
	color: #fff;
	font-size: 24px;
}

.productSwiper ul {
	width: 100%;
	height: 100%;
	position: relative;
	top: 10%;
	-webkit-transition: all 1s ease 1s;
	opacity: 0;
}

.productSwiper li {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;

}

.productSwiper li.active {
	opacity: 1;
	visibility: visible;
}

.productSwiper .info .name {
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 35px;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.productSwiper .info .name::after {
	width: 60px;
	height: 5px;
	position: absolute;
	left: 0px;
	bottom: -3px;
	content: '';
	background: #184791;
}

.productSwiper .info .name .i {
	width: 60px;
	height: auto;
	position: relative;
}

.productSwiper .info .name .t {
	width: calc(100% - 70px);
	margin-left: 10px;
	font-size: 2vw;
	font-weight: bold;
}

.productSwiper .info .des {
	width: 100%;
	font-size: 16px;
	line-height: 2;
	-webkit-line-clamp: 3;
	margin-bottom: 45px;
}

.more_btn {
	width: 140px;
	display: block;
	height: 50px;
	border: 1px solid #3e3e3e;
	border-radius: 50px;
	position: relative;
	line-height: 50px;
	color: #3e3e3e;
}

.more_btn.w {
	border: 1px solid #ffffff;
	color: #ffffff;
}

.more_btn.w::before {
	background: #fff;
}

.more_btn.w:hover {
	color: #184791;
}

.daili .more_btn {
	width: 158px;
}

.more_btn::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	background: #184791;
	border-radius: 50px;
	content: '';
	opacity: 0;
	-webkit-transition: transform .2s cubic-bezier(0.51, 0.61, 0.465, 1.65);
}

.more_btn:hover {
	color: #fff;
}

.more_btn:hover::before {
	opacity: 1;
	transform: scale(1.05);
}

.more_btn.c {
	margin: 0px auto;
}

.more_btn.pos {
	position: absolute;
	top: 0px;
}

.more_btn.r {
	right: 0%;
}

.more_btn .t {
	width: auto;
	position: relative;
	margin-left: 30px;
	text-transform: uppercase;
	font-size: 16px;
	font-family: AlibabaSans;
	font-style: italic;
}

.more_btn .i {
	position: absolute;
	right: 25px;
	top: 50%;
	font-size: 24px;
	transform: translateY(-50%);
	font-weight: bold;
}

.more_btn:hover .i {
	animation: hover-button-arrow-right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@keyframes hover-button-arrow-right {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		transform: translate(100%, -50%)
	}

	55% {
		opacity: 0;
		transform: translate(-100%, -50%)
	}

	100% {
		opacity: 1;
		transform: translate(0, -50%)
	}
}

.pro_tz {
	width: 40%;
	height: auto;
	position: absolute;
	left: 55%;
	bottom: -10vw;
}

.pro_tz.hide {
	display: none;
}

.pro_tz.active {
	-webkit-animation: proAnimate 1s ease 1;
}

@-webkit-keyframes proAnimate {

	0%,
	100% {
		bottom: -10vw;
	}

	50% {
		bottom: -14vw;
	}
}

.pro_nav {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;
	bottom: -5%;
	display: flex;
	padding: 0px 5%;
	z-index: 10;
	opacity: 0;
	-webkit-transition: all 1s ease 1.2s;
}

.swiper-slide-active .productSwiper ul {
	opacity: 1;
	top: 0%;
}

.swiper-slide-active .pro_nav {
	opacity: 1;
	bottom: 3%;
}

.pro_nav a {
	width: 25%;
	height: auto;
	position: relative;
	display: block;
	color: rgba(0, 0, 0, .5);
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .5s;
}

.pro_nav a .i {
	width: 60px;
	height: auto;
	margin: 0px auto;
	opacity: .5;
	-webkit-transition: all .5s;
}

.pro_nav a .t {
	width: 100%;
	height: auto;
	margin-top: 5px;
	line-height: 35px;
	font-size: 16px;
	font-weight: bold;
}

.pro_nav a::after {
	width: 30%;
	height: 1px;
	position: absolute;
	right: 0%;
	top: 35px;
	content: '';
	background: rgba(0, 0, 0, .2);
}

.pro_nav a::before {
	width: 30%;
	height: 1px;
	position: absolute;
	left: 0%;
	top: 35px;
	content: '';
	background: rgba(0, 0, 0, .2);
}

.pro_nav a.active,
.pro_nav a:hover {
	color: rgba(0, 0, 0, 1);
}

.pro_nav a.active::after,
.pro_nav a.active::before,
.pro_nav a:hover::after,
.pro_nav a:hover::before {
	color: rgba(0, 0, 0, 1);
}

.pro_nav a.active .i,
.pro_nav a:hover .i {
	opacity: 1;
}

.news_box {
	width: 80%;
	height: auto;
	position: absolute;
	left: 10%;
	top: 65%;
	-webkit-transform: translateY(-50%);
	opacity: 0;
	-webkit-transition: all 1s ease 1s;
}

.swiper-slide-active .news_box {
	opacity: 1;
	top: 55%;
}

.common_title {
	width: 100%;
	margin-bottom: 35px;
	position: relative;
	line-height: 50px;
}

.common_title b {
	font-size: 2vw;
}

.news_box .box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news_box .left {
	width: 55%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news_box .left a {
	display: block;
	width: 48%;
	height: 100%;
	position: relative;
	-webkit-transition: all .5s;
	padding: 35px;
	background: url(../images/demo1.jpg) center center no-repeat;
	background-size: cover;
}

.news_box .left a:hover {
	box-shadow: 0px 0px 50px rgba(0, 0, 0, .1);
}

.news_box .left a .pic {
	height: 100%;
}

.news_box .left a .info {
	height: 100%;
	position: relative;
}

.news_box .left a .info .time {
	width: 100%;
	height: auto;
	line-height: 25px;
	font-size: 14px;
	position: relative;
	padding-left: 25px;
	margin-bottom: 25px;
}

.news_box .left a .info .time::after {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 2.5px;
	content: '';
	background: url(../images/time_icon.png) no-repeat;
	background-size: cover;

}

.news_box .left a .info .name {
	font-size: 1vw;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: 1.7;
}

.news_box .left a .info .name b {
	background: linear-gradient(#2e2e2e, #2e2e2e) 0 100%/0 1px no-repeat;
	text-decoration: none;
	transition: background .6s cubic-bezier(0.215, 0.610, 0.355, 1);
	display: inline;
}

.news_box .left a:hover .info .name b {
	background-size: 100% 1px;
}

.news_box .left a:hover .info .more i {
	animation: hover-button-arrow-right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.news_box .left a .info .des {
	font-size: 14px;
	margin-bottom: 25px;
	opacity: .7;
	line-height: 2;
	-webkit-line-clamp: 3;
}

.news_box .left a .info .more i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
}

.news_box .left a .info .more {
	width: 30px;
	height: 30px;
	font-size: 30px;
	position: absolute;
	line-height: 30px;
	bottom: 0px;
}

.news_box .right {
	width: 42%;
}

.news_box .right a {
	display: block;
	width: 100%;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.news_box .right a .name {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	line-height: 1.7;
	margin-bottom: 15px;
}

.news_box .right a .name b {
	background: linear-gradient(#2e2e2e, #2e2e2e) 0 100%/0 1px no-repeat;
	text-decoration: none;
	transition: background .6s cubic-bezier(0.215, 0.610, 0.355, 1);
	display: inline;
}

.news_box .right a:hover .name b {
	background-size: 100% 1px;
}

.news_box .right a .des {
	width: 100%;
	font-size: 14px;
	line-height: 1.7;
	opacity: .7;
	margin-bottom: 15px;
}

.news_box .right a .more {
	width: 30px;
	line-height: 30px;
	font-size: 30px;
	position: relative;
}

.news_box .right a .more i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
}

.news_box .right a:hover .more i {
	animation: hover-button-arrow-right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.brandLeft {
	width: 35%;
	height: auto;
	position: absolute;
	left: 10%;
	top: 55%;
	-webkit-transform: translateY(-50%);
	z-index: 10;
	opacity: 0;
	-webkit-transition: all 1s ease 1s;
}


.swiper-slide-active .brandLeft {
	opacity: 1;
	top: 55%;
}

.brandLeft .num {
	font-size: 5.5vw;
	font-family: BrownBlod;
	line-height: 1;
	margin-bottom: 10px;
	display: flex;
	color: #184791;
}

.brandLeft .num p {
	font-size: 2vw;
	font-weight: normal;
	margin-left: 10px;
	padding-top: 10px;
}

.brandLeft .name {
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 35px;
}

.brandLeft .singePage {
	margin-bottom: 105px;
}

.brand_list {
	width: 55%;
	height: auto;
	position: absolute;
	right: 10%;
	top: 65%;
	-webkit-transform: translateY(-50%);
	opacity: 0;
	-webkit-transition: all 1s ease 1.2s;
}

.swiper-slide-active .brand_list {
	opacity: 1;
	top: 55%;
}

.brand_list ul li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.4vw;
}

.brand_list ul li:last-child {
	margin-bottom: 0px;
}

.brand_list ul li .b {
	width: 24.5%;
	height: 6vw;
	position: relative;
	backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, .3) center center no-repeat;
	background-size: contain;
}

.brand_list ul li .b.o {
	opacity: 0.3;
}

.brand_list ul li:nth-child(even) {
	margin-left: -12%;
}

.news_box .right a:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}

.copyright.h {
	position: absolute;
    left: 0%;
    bottom: 0%;
    padding: 26px 3%;
    width: 100%;
    background: #184791;
    display: flex;
    /*justify-content: space-between;*/
    font-size: 12px;
    line-height: 35px;
    color: rgba(0, 0, 0, .3);
    color: #fff;
    font-family: BrownBlod;
    text-transform: uppercase;
}
.ldx{
    height: 21px;
    line-height:21px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin: 7px 10px;
    padding: 0 10px;
}
.imgs1{
}
.imgs1>a:nth-child(1){border-bottom: 1px solid #cdcdcd91;border-right: 1px solid #cdcdcd91;}
.imgs1>a:nth-child(2){border-bottom: 1px solid #cdcdcd91;border-left: 1px solid #cdcdcd91;}
.imgs1>a:nth-child(3){border-top: 1px solid #cdcdcd91;border-right: 1px solid #cdcdcd91;}
.imgs1>a:nth-child(4){border-top: 1px solid #cdcdcd91;border-left: 1px solid #cdcdcd91;}
.imgs2{
    display: block;
    float: left;
    width:-webkit-calc(50% - 2px);width:-moz-calc(50% - 2px);width:calc(50% - 2px);
}

.copyright a {
	color: rgba(255, 255, 255, .5);
	text-transform: uppercase;
}

.copyright a:hover {
	color: rgba(0, 0, 0, .3);
}

.welf {
	width: 100%;
	margin-bottom: 5vw;
}

.welf ul {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}

.welf ul li {
	width: 46%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 4vw;
	direction: rtl;
}

.welf ul li .thum {
	width: 150px;
	border-radius: 50%;
}

.welf ul li .info {
	width: calc(100% - 240px);
	direction: initial;
	position: relative;
}

.welf ul li .info .num {
	width: 5vw;
	text-align: center;
	height: auto;
	position: absolute;
	right: 0%;
	top: 50%;
	font-family: BrownBlod;
	-webkit-transform: translateY(-50%);
	font-size: 10vw;
	opacity: .1;

}

.welf ul li .info .name {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

.welf ul li .info .name b {
	display: block;
	margin-bottom: 5px;
}

.welf ul li .info .name p {
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
}

.welf ul li .info .des {
	width: 80%;
	height: auto;
	position: relative;
	font-size: 16px;
	line-height: 1.7;
}

.laberBox ul li {
	width: 100%;
	text-align: center;
	line-height: 55px;
	overflow: hidden;
	position: relative
}



.laberBox ul li>div {
	width: 22%;
	float: left;
	position: relative
}

.laberBox ul li>div:nth-child(2) {
	width: 56%
}

.laberBox ul li {
	background: #184791;
	font-size: 18px;
	color: #fff
}

.laberBox {
	margin-top: 35px;
}

.laberBox ol {
	width: 100%;
	background: #fff;
}


.laberBox ol li {
	height: 66px;
	line-height: 65px;
	text-align: center;
	position: relative;
	cursor: pointer;
	font-size: 16px;
	transition: all .5s;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}


.laberBox ol li:nth-child(even) {
	background: #f6f6f6;
}


.laberBox ol li>div {
	width: 22%;
	float: left;
	position: relative
}

.laberBox ol li>div:nth-child(2) {
	width: 56%
}

.lightBox .tet-box {
	position: absolute;
	background: #fff;
	left: 50%;
	width: 1000px;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 8
}

.lightBox .tittle {
	line-height: 35px;
	padding: 15px;
	background: #a28d53;
	color: #fff;
	font-weight: 900;
	font-size: 20px;
}

.lightBox .summary-join {
	padding: 15px;
	height: 500px;
	overflow-y: auto;
	font-size: 16px;
	line-height: 2;
}

.lightBox .close {
	width: 80px;
	height: 40px;
	position: absolute;
	right: 15px;
	top: 12.5px;
	background: #fff;
	color: #a28d53;
	cursor: pointer;
	border-radius: 50px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
}

.lightBox .close:hover {
	background: #a28d53;
	color: #fff;
}

.download {
	display: block;
	width: 205px;
	text-align: center;
	height: auto;
	background: #ceae59;
	font-size: 14px;
	color: #fff;
	font-weight: 900;
	line-height: 45px;
	margin-top: 25px;
	border-radius: 40px;
	display: none;
}

.laberBox ol li:hover {
	background: rgba(0, 0, 0, .05);
}

.qafs {
	width: 100%;
	height: auto;
	position: relative;
}

.qafs ul li {
	width: 100%;
	height: auto;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 15px;
	padding: 25px 0px;
}

.qafs ul li .qa {
	width: 100%;
	height: auto;
	line-height: 25px;
	padding: 10px 0px;

	cursor: pointer;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.qafs ul li:hover .qa {
	color: #184791;
}

.qafs ul li .qa .s {
	font-size: 12px;
	font-weight: normal;
	width: 80px;
	border: 1px solid rgba(0, 0, 0, .3);
	border-radius: 50px;
	padding-left: 20px;
	line-height: 25px;
}

.qafs ul li .qa::after {
	width: 15px;
	height: 15px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -7.5px;
	background: url(../images/arrow_down.png) center center no-repeat;
	background-size: cover;
	-webkit-transform: rotate(0deg);
	content: '';
	opacity: .6;
}

.qafs ul li .qa .t {
	width: calc(100% - 100px);
	font-size: 1.2vw;
	font-weight: bold;
}

.qafs ul li.active .qa::after {
	-webkit-transform: rotate(180deg);
}

.qafs ul li .qq {
	width: 100%;
	height: auto;
	line-height: 1.7;
	font-size: 16px;
	display: none;
}

.qafs ul li.active .qq {
	display: block;
}

.boxes.inner {
background: url(../images/top_bg.jpg) center center no-repeat;
	padding-top: 200px;
	min-height: 80vh;
	background-size: cover;
	background-attachment: fixed;
}

.w1400.about {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/*align-items: center;*/
}

.about .left,
.about .center,
.about .right {
	width: 30%;
}

.about .right {
	width: 65%;
}

.comm_name {
	width: 100%;
	position: relative;
	margin-bottom: 3vw;
	padding-bottom: 1.5vw;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.comm_name.mb1 {
	margin-bottom: 1vw;
}

.comm_name.w {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.comm_name.c {
	text-align: center;
}

.comm_name.c::after {
	left: 50%;
	margin-left: -35px;
}

.comm_name.w::after {
	background: #fff;
}

.comm_name::after {
	width: 70px;
	height: 5px;
	position: absolute;
	left: 0px;
	bottom: -3px;
	content: '';
	background: #184791;
}

.comm_name b {
	display: block;
	position: relative;
	font-size: 2vw;
}


.about .num_list {
	width: 100%;
	position: relative;
	left: 0%;
	top: 0%;
	color: #3e3e3e;
}

.about .center {
	overflow: hidden;
	position: relative;
}

.about .center>img {
	position: relative;
	width: 100%;
	height: 100%;
}

.about .img {
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0%;
	top: 0%;
}

.about .img img {
	height: 110%;
	object-fit: fill;
}

.about .num_list ul li {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-webkit-transition: all 0.5s ease 0s;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	width: 25%;
	margin-bottom: 15px;
}


.swiper-slide.his {
	background: url(../images/his_bg.jpg?v=20230407) center center no-repeat;
	height: 100vh;
	color: #fff;
	display: flex;
	align-items: center;
	overflow: hidden;
	background-size: cover;
}

.swiper-slide.his .w1400 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.swiper-slide.his .left,
.swiper-slide.his .right {
	width: 50%;
}

.h_btn {
	width: 100%;
	height: auto;
	position: absolute;
	display: flex;
	left: 0px;
	bottom: 15%;
	z-index: 10;
}

.h_btn .btn {
	width: 50px;
	height: 50px;
	cursor: pointer;
	position: relative;
	margin-right: 50px;
	border-radius: 50%;
	box-shadow: 0px 0px 30px rgb(0 0 0 / 5%);
	outline: none;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	line-height: 48px;
	font-size: 24px;
}

.h_btn .btn.swiper-button-disabled {
	cursor: no-drop;
	opacity: .5;
}

.h_btn .btn:hover {
	background: #fff;
	color: #184791;
}

.h_btn .btn::after {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);

	content: '';
}

.h_btn .btn.next::after {}

.hlSwiper {
	width: 100%;
	height: 50vh;
	position: relative;
	top: 32%;
}
.hrSwiper .swiper-slide.swiper-slide-active .year{
	font-size: 80px;
	-webkit-text-fill-color: #fff;
	opacity: 1;
}
.hrSwiper .swiper-slide .year{
	width: 250px;
	font-size: 40px;
	font-family: BrownBlod;
	-webkit-text-stroke: 1px #fff;
	-webkit-text-fill-color: transparent;
	-webkit-transition: all 0.5s;
	opacity: .5;
}
.hrSwiper .swiper-slide .txt {
	width: calc(100% - 250px);
	height: auto;
	position: relative;
	padding-top: 0px;
	-webkit-transition: all .5s;
}

.hrSwiper .swiper-slide.swiper-slide-active .txt{
	padding-top: 20px;
}

.hrSwiper {
	height: 50vh;
	position: relative;
	overflow: hidden;
	left: -250px;
	width: calc(100% + 250px);
}

.hlSwiper .swiper-slide {
	text-align: right;
	font-size: 40px;
	font-family: BrownBlod;
	-webkit-text-stroke: 1px #fff;
	-webkit-text-fill-color: transparent;
	-webkit-transition: all 0.5s;
	opacity: 0;
}

.hrSwiper .swiper-slide {
	opacity: 0;
	-webkit-transition: all 0.5s;
	display: flex;
	align-items: flex-start;
}

.hrSwiper .swiper-slide.swiper-slide-next,
.hrSwiper .swiper-slide.swiper-slide-prev {
	opacity: 0.5;
}

.hlSwiper .swiper-slide.swiper-slide-next,
.hlSwiper .swiper-slide.swiper-slide-prev {
	opacity: .5;
}

.hrSwiper .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.hrSwiper .swiper-slide.swiper-slide-active p {
	font-size: 20px;
	font-weight: bold;
}

.hlSwiper .swiper-slide.swiper-slide-active {
	font-size: 80px;
	-webkit-text-fill-color: #fff;
	opacity: 1;
}

.hlSwiper .swiper-slide p {
	width: 100%;
	height: auto;
	position: absolute;
	top: 45%;
	-webkit-transform: translateY(-50%);
}

.hrSwiper .swiper-slide p::after {
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0px;
	top: 11px;
	content: '';
	background: #fff;
	border-radius: 50%;
}

.hrSwiper .swiper-slide.swiper-slide-active p::after{
	top: 18px;
}



.hrSwiper .swiper-slide p {
	position: relative;
	font-size: 14px;
	line-height: 2;
	padding-left: 15px;
	display: block;
	-webkit-transition: all .35s;
}

.boxes.his .right .bottom {
	margin-bottom: 3vw;
}

.boxes.his .left {
	width: 40%;
}

.boxes.his .right {
	padding-right: 10%;
	width: 55%;
}

.boxes.his::before {
	width: 1px;
	height: 100%;
	position: absolute;
	left: 40%;
	top: 0%;
	content: '';
	background: rgba(255, 255, 255, .2);
}

.hrSwiper .swiper-slide.swiper-slide-prev {
	opacity: 0;
}

.swiper-slide.honor {
	background: url(../images/jishu_bg.jpg) center center no-repeat;
	background-size: cover;
}

.brand_m{
	display: none;
}

.honor .comm_name,
.honor .singePage {
	width: 50%;
	margin-left: 25%;
}

.honor .singePage {
	width: 100%;
	margin-left: 0%;
	text-align: center;
	font-size: 14px;
}

.honor .singePage p {
	margin-bottom: 0px;
}

.hornor {
	width: 100%;
	margin-top: 2vw;
	padding: 0px 10%;
	margin-bottom: 2vw;
}

.hornor ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.hornor ul li {
	width: 18%;
	position: relative;
}

.hornor ul li .img {
	width: 100px;
	margin: 0px auto;
}

.hornor ul li .txt {
	width: 100%;
	text-align: center;
	padding: 0px 5%;
	line-height: 2;
	margin-top: 10px;
	font-size: 14px;
}

.honor_box {
	width: 1226px;
	height: auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0px auto;
}

.swiper-next,
.swiper-prev {
	width: 50px;
	height: 50px;
	cursor: pointer;
	position: relative;
	border-radius: 50%;
	box-shadow: 0px 0px 30px rgb(0 0 0 / 5%);
	outline: none;
	background: #fff;
	color: #184791;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
}

.swiper-next:hover,
.swiper-prev:hover {
	background-color: #184791;
	color: #fff;
}

.honorSwiper {
	width: 1226px;
	overflow: hidden;
}

.honorSwiper .name {
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 1.4;
	margin-top: 10px;
}

.honorSwiper ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.honorSwiper ul li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	background-color: rgba(255, 255, 255, .7);
	margin-bottom: 3vw;
	align-items: center;
}

.navs {
	width: auto;
	height: auto;
	position: absolute;
	right: 0%;
	display: flex;
	top: 50%;
	-webkit-transform: translateY(-50%);
}



.navs.n2{

	display: none;

}

.com_more,
.navs a {
	display: block;
	width: 150px;
	height: auto;
	line-height: 43px;
	border-radius: 50px;
	position: relative;
	text-align: center;
	color: #00427f;
	font-size: 14px;
	display: flex;
	justify-content: center;
	border: 1px solid #00427f;
	transition: all .5s cubic-bezier(.19, 1, .22, 1);
}

.com_more {
	width: 120px;
	cursor: pointer;
}

.navs a {
	margin-left: 10px;
}

.com_more:hover,
.navs a:hover,
.navs a.active {
	background: #00427f;
	color: #fff;
}

.p_list {
	width: 100%;
	position: relative;
}

.p_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.p_list ul li {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.p_list ul li:nth-child(even) {
	direction: rtl;
	width: 100%;
}

.p_list ul li:nth-child(even) .info,
.p_list ul li:nth-child(even) .thum {
	direction: initial;
}

.p_list ul li .thum {
	width: 50%;
}

.p_list ul li .thum .yuan {
	width: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-webkit-transition: all .5s;
	opacity: 0;
}

.core_product {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.core_product .rects .c1 {
	width: 360px;
	height: 360px;
	margin-left: -180px;
	margin-top: -180px;
}

.core_product .rects .c {
	width: 480px;
	height: 480px;
	margin-left: -240px;
	margin-top: -240px;
}

.core_product .rects .c2 {
	width: 680px;
	height: 680px;
	margin-left: -340px;
	margin-top: -340px;
}

.core_product .rects .c3 {
	width: 880px;
	height: 880px;
	margin-left: -440px;
	margin-top: -440px;
}

.core_product .good_marks ul li .name{
    font-size: 14px;
}
.core_product .intro_box {
	flex-wrap: wrap;
	margin-bottom: 0px;
}

.core_product .intro_box .singePage {
	width: 100%;
}
.core_product .good_marks ul li .name{
    font-size: 14px;
}
.core_product .good_marks ul li {
	width: 15%;
}
.core_product .good_marks ul li:nth-child(1){
    top: 25vh;
}
.core_product .good_marks ul li:nth-child(2){
    top: 20vh;
}

.core_left {
	width: 55%;
	position: relative;
	left: -5vw;
}

.core_right {
	width: 35%;
	margin-right: 0%;
	position: relative;
	right: 5vw;
}

.p_list ul li:hover .thum .yuan {
	opacity: 1;
}

.p_list ul li .thum .yuan img {
	-webkit-animation: z 5s linear infinite;
}

.p_list ul li .thum .lg {
	width: 15%;
	height: auto;
	position: absolute;
	left: 5%;
	top: 15%;
}

.p_list ul li .thum .pic {
	width: 80%;
	margin-left: 10%;
	position: relative;
	z-index: 2;
	margin-top: 5vw;
	margin-bottom: 5vw;
}

.p_list ul li .info {
	width: 45%;
}

.p_list ul li .info .name {
	font-size: 1.6vw;
	line-height: 1.7;
	font-weight: bold;
	margin-bottom: 0.5vw;
	text-transform: uppercase;
}

.p_list ul li .info .des {
	width: 100%;
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 3vw;
}

.com_more:hover span {
	animation: buttonHoverKey .9s;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(.1, .815, .235, 1.13);
	backface-visibility: hidden;
	will-change: transform;
}

.com_more:hover span:nth-child(2) {
	animation-delay: .02s;
}

.com_more:hover span:nth-child(3) {
	animation-delay: .04s;
}

.com_more:hover span:nth-child(4) {
	animation-delay: .06s;
}


.honorSwiper ul li:last-child {
	margin-bottom: 0vw;
}

.honorSwiper ul li:nth-child(even) {
	direction: rtl;
}

.honorSwiper ul li:nth-child(even) .info {
	direction: initial;
}

.honorSwiper ul li .thum {
	width: 50%;
}

.honorSwiper ul li .info {
	width: 50%;
	padding: 35px 5%;
}

.honorSwiper ul li .info .title {
	font-size: 1.6vw;
	line-height: 1.7;
	font-weight: bold;
	margin-bottom: 0.5vw;
}

.honorSwiper ul li .info .des {
	width: 100%;
	font-size: 16px;
	line-height: 2;
	text-align: justify;
}

#page li {
	min-width: 45px;
	height: 45px;
	font-size: 14px;
	line-height: 45px;
}

.boxes.inner.pinner {
	padding-top: 0px;
}

.honorSwiper ul li .info .des p {
	margin-bottom: 15px;
}

.honorSwiper ul li .info .des p:last-child {
	margin-bottom: 0px;
}


.swiper-next.swiper-button-disabled,
.swiper-prev.swiper-button-disabled {
	opacity: .5;
	cursor: no-drop;
}

.swiper-slide.cultrue {
	background: url(../images/cul_bg.jpg) center center no-repeat;
	background-size: cover;
	color: #fff;
	padding: 150px 0px;
}

.swiper-slide.cultrue .comm_name {
	width: 55%;
}

.swiper-slide.cultrue .curl_nav {
	width: 55%;
}

.curl_nav ul {
	display: flex;
	width: 100%;
	margin-bottom: 25px;
}

.swiper-slide.his .right .comm_name {
	margin-bottom: 2vw;
}

.curl_nav ul li {
	line-height: 35px;
	cursor: pointer;
	position: relative;
	margin-right: 20px;
	font-size: 16px;
	border: 1px solid #fff;
	padding: 5px 15px;
	border-radius: 30px;
	padding-right: 25px;
}

.curl_nav ul li.active {
	background: #fff;
	color: #184791;
}

.curl_nav ol li {
	width: 100%;
	font-size: 16px;
	line-height: 2;
	display: none;
}

.curl_nav ol li.active {
	display: block;
}

.curl_nav ol li strong {
	font-size: 36px;
	display: block;
	width: 100%;
}

.swiper-slide.contact {
	background: url(../images/contact_bg.jpg) center center no-repeat;
	background-size: cover;
}

.map_box {
	width: 76%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.map_box .map {
	width: 60%;
	position: relative;
	background: #fff;
}

.contacts {
	width: 40%;
	position: relative;
	background: #184791;
	padding: 55px 25px;
	color: #fff;
}

.contacts .name {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 45px;
}

.aboutSwiper .swiper-slide:nth-child(5) .w1400 {
	min-height: 70vh;
}

.contacts ul li {
	width: 100%;
	height: auto;
	position: relative;
	border: 1px solid #fff;
	margin-bottom: 50px;
	padding: 30px 25px 15px;
	font-size: 24px;
	text-align: center;
	font-family: AlibabaSans;
}

.contacts ul li:first-child {
	font-size: 16px;
}

.contacts ul li:last-child {
	margin-bottom: 0px;
}

.contacts ul li .icon {
	width: 50px;
	height: auto;
	line-height: 46px;
	border: 1px solid #fff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: -30px;
	background: #184791;
	text-align: center;
	color: #fff;
	font-size: 24px;
}

.contacts ul li:first-child .icon {
	font-size: 20px;
}

.footer {
	width: 100%;
	height: auto;
	position: relative;
	background: #184791;
	color: #fff;
	padding: 50px 5% 15px;
}

.footer .top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: start;
	padding-bottom: 15px;
}

.footer .top .left {
	width: 55%;
}

.footer .top .right {
	width: 40%;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
}


.flogo {
	width: 200px;
	margin-bottom: 10px;
}

.adds {
	width: 100%;
	height: auto;
	position: relative;
}

.adds ul li {
	width: 100%;
	height: auto;
	display: flex;
	line-height: 30px;
}

.adds ul li p {
	width: 45px;
}

.adds ul li b {
	display: block;
	width: calc(100% - 45px);
	font-weight: normal;
}

.fnav {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.fnav a {
	display: block;
	width: 20%;
	color: rgba(255, 255, 255, 0.5);
	line-height: 35px;
	position: relative;
	text-align: center;
	transition: all .5s;
}

.fnav a::before {
	width: 1px;
	height: 40%;
	position: absolute;
	right: 0%;
	top: 30%;
	background: rgba(255, 255, 255, 0.2);
	content: '';
}

.fnav a:last-child::before {
	display: none;
}

.fnav a::after {
	background: #fff;
	border-radius: 5px;
	bottom: 0px;
	content: "";
	height: 1px;
	left: 25%;
	position: absolute;
	transform: scaleX(0);
	transition: all .5s cubic-bezier(.19, 1, .22, 1);
	width: 50%;
}

.fnav a:hover {
	color: #fff;
}

.fnav a:hover::after {
	animation: inUnderHoverKey .5s;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(.785, .135, .15, .86);
	backface-visibility: hidden;
	transform-origin: center right;
	will-change: transform;
}

@keyframes inUnderHoverKey {
	0% {
		transform: scale(0, 1);
		transform-origin: center left;
	}

	47.5% {
		transform: scale(1, 1);
		transform-origin: center left;
	}

	55% {
		transform: scale(1, 1);
		transform-origin: center right;
	}

	100% {
		transform: scale(0, 1);
		transform-origin: center right;
	}

}
.x1{
        /*border-right: 0.5px solid #999;*/
        /* border-bottom: 0.5px solid #999;*/
         border: 0.1px solid #999;
}
.x2{
        /*border-left: 0.5px solid #999;*/
         border-bottom: 0.5px solid #999;
}
.x3{
        border-right: 0.5px solid #999;
         /*border-top: 0.5px solid #999;*/
}
.x4{
        /*border-left: 0.5px solid #999;*/
         /*border-top: 0.5px solid #999;*/
}
.social {
	width: auto;
	display: flex;
	align-items: center;
	cursor: pointer;
	display: none;
}

.social .icon {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	color: #184791;
	border-radius: 50%;
	font-size: 24px;
}

.social p {
	font-size: 12px;
	margin-left: 5px;
	opacity: .5;
}

.footer .bottom {
	width: 100%;
	display: flex;
	justify-content: space-between;
	line-height: 25px;
	text-transform: uppercase;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding-top: 15px;
	color: rgba(255, 255, 255, .5);
}

.footer .bottom a {
	color: rgba(255, 255, 255, .5);
	font-family: BrownBlod;
	text-transform: initial;
}

.footer .bottom a:hover {
	color: rgba(255, 255, 255, 1);
}

.news_list {
	width: 100%;
	height: auto;
}

.news_list ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}

.news_list ul li {
	width: 48%;
	height: auto;
	position: relative;
	margin-right: 2%;
	margin-bottom: 3vw;
}

.news_list ul li:nth-child(2n) {
	margin-right: 0%;
}

.news_list ul li a {
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
}

.news_list ul li a .thum {
	width: 45%;
}

.news_list ul li a .info {
	width: 52%;
	height: auto;
	position: relative;
}

.news_list ul li a .date {
	color: #fff;
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;
	bottom: 0%;
	display: flex;
	justify-content: space-between;
	padding: 10px 35px 20px;
	align-items: center;
	font-family: BrownBlod;
	border-top: 1px solid rgba(255, 255, 255, .2);
}

.news_list ul li a .month {
	font-size: 90px;
	line-height: 1;
}

.news_list ul li a .year {
	text-align: right;
	font-size: 16px;
}

.news_list ul li a .year b {
	font-size: 24px;
}

.news_list ul li a .info .name {
	font-size: 1.2vw;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 10px;
	background: linear-gradient(#2e2e2e, #2e2e2e) 0 100%/0 1px no-repeat;
	text-decoration: none;
	transition: background .4s cubic-bezier(.19, 1, .22, 1);
	display: inline;
}

.news_list ul li a:hover .pic {
	-webkit-transform: scale(1.1);
}

.news_list ul li a:hover .info .name {
	background-size: 100% 1px;
}

.news_list ul li a .info .icon {
	width: 50px;
	height: 30px;
	position: relative;
	font-size: 24px;
}

.news_list ul li a .info .icon i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
}

.news_list ul li a:hover .info .icon i {
	animation: hover-button-arrow-right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.news_list ul li a .info .des {
	width: 100%;
	line-height: 1.7;
	opacity: .6;
	margin-bottom: 15px;
	margin-top: 15px;
}

.zp_title {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.zp_title .left {
	width: calc(100% - 250px);
}

.zp_title .left b {
	font-size: 30px;
	line-height: 1.6;
	display: block;
	width: 100%;
}

.zp_title .left b:nth-child(2) {
	margin-bottom: 25px;
}

.zp_title .left p {
	font-size: 16px;
	line-height: 2;
}

.zp_title .right {
	width: 250px;
	height: auto;
}

.zp_title .right a {
	width: 180px;
	height: auto;
	line-height: 60px;
	background: #184791;
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 60px;
	margin-left: 70px;
}

.w1400.net {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	direction: rtl;
	margin-bottom: 5vw;
}


.w1400.net .left {
	width: 375px;

	direction: initial;
}

.w1400.net .right {
	width: 50%;
	position: relative;
    margin-right: 10%;
	direction: initial;
}

.net_map {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
}

.con_list {
	width: 300px;
	height: auto;
	position: relative;
	margin-bottom: 25px;
	margin-top: 25px;
}

.con_list ul li {
	background: #ffffff;
	border-radius: 60px;
	position: relative;
	padding: 10px 15px;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.con_list ul li .icon {
	width: 40px;
	height: 40px;
	position: relative;
	line-height: 36px;
	font-size: 20px;
	text-align: center;
	color: #184791;
	border: 2px solid #184791;
	border-radius: 50%;
}


.honorSwiper .swiper-pagination{

	display: none;

}


.con_list ul li .txt {
	width: calc(100% - 50px);
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	line-height: 1.2;
	color: #184791;
}

.con_list ul li .txt b,
.con_list ul li .txt p {
	display: block;
	width: 100%;
	font-family: BrownBlod;
}

.word_box{
    width: 100%;
    height: auto;
    position: relative;
}

.world,.world ul,.world ul li{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
}

.world ul li{
    opacity: 0;
    -webkit-transition:all .45s;
}

.world ul li.active{
    opacity: 1;
}

.con_list ul li .txt p {
	font-size: 14px;
}

.con_list ul li .txt b {
	font-size: 24px;
}

.w1400.net .left .singePage p {
	margin-bottom: 0px;
}

.w1400.net .left .singePage strong {
	font-size: 20px;
	display: block;
}

.net_map ol,
.net_map ol li,
.net_map ul {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
}

.net_map ol li {
	opacity: 0;
	-webkit-transition: all .5s;
}

.net_map ol li.active {
	opacity: 1;
}

.net_map ul li,.world ol li {
	width: 100px;
	height: 30px;
	position: absolute;
	cursor: pointer;
}

.net_map ul li:hover,.world ol li:hover {
	color: #fff;
}

.net_map ul li:hover .title .dot,.world ol li:hover .title .dot{
	background: #ffcb37;
}

.net_map ul li .title .dot::after,.world ol li .title .dot::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	border-radius: 50%;
	content: '';
	background: #184791;
	-webkit-animation: scaleAnimate 2s linear infinite;
}

.net_map ul li:hover .title .dot::after,.world ol li:hover .title .dot::after {
	background: #ffcb37;

}

.net_map ul li .title,.world ol li .title {
	width: 100%;
	height: 30px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 0px;
	top: 0px;
	align-items: center;
}

.net_map ul li .title .dot,.world ol li .title .dot {
	width: 12px;
	height: 12px;
	background: #184791;
	border-radius: 50%;
	position: relative;
	-webkit-transition: all .45s;
}

.net_map ul li:hover .title .dot,.world ol li:hover .title .dot {
	-webkit-transform: scale(1.5);
}

.net_map ul li .title .name,.world ol li .title .name {
	width: calc(100% - 18px);
	line-height: 30px;
	font-weight: bold;
	font-size: 16px;
	-webkit-transition: all .45s;
}

.net_map ul li .info,.world ol li .info {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	width: 150px;
	background: #fff;
	color: #3e3e3e;
	padding: 25px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
	-webkit-transition: all .4s;
	left: -180px;
	top: -25px;
}

.net_map ul li:hover .info,.world ol li:hover .info {
	opacity: 1;
	visibility: visible;
	left: -160px;
}

.net_map ul li .info::after,.world ol li .info::after {
	width: 0px;
	height: 0px;
	position: absolute;
	right: -6px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #fff;
	content: '';
}

.net_map ul li .info b,.world ol li .info b {
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}

.net_map ul li .info p,.world ol li .info p {
	opacity: .7;
}


.world ol li:nth-child(1) {
    left: 15%;
    top: 21%;
}

.world ol li:nth-child(2) {
    left: 33%;
    top: 33%;
}

.world ol li:nth-child(3) {
    left: 12%;
    top: 49%;
}

.world ol li:nth-child(4) {
    left: 44%;
    top: 72%;
}

.world ol li:nth-child(5) {
    left: 76%;
    top: 25%;
}

.world ol li:nth-child(6) {
    left: 92%;
    top: 65%;
}

.net_map ul li:nth-child(1) {
	left: 40%;
	top: 62%;
}

.net_map ul li:nth-child(2) {
	left: 58%;
	top: 54%;
}

.net_map ul li:nth-child(3) {
	left: 65%;
	top: 46%;
}

.net_map ul li:nth-child(4) {
	left: 70%;
	top: 66%;
}

.net_map ul li:nth-child(5) {
	left: 59%;
	top: 83%;
}
.net_map ul li:nth-child(6) {
	left: 29%;
	top: 47%;
}
.net_map ul li:nth-child(7) {
	left: 72%;
	top: 31%;
}
.boxes.daili {
	background: url(../images/daili_bg.jpg) center center no-repeat;
	background-size: cover;
}

.daili .tips {
	color: #fff;
	text-align: center;
	margin-bottom: 5vw;
	font-size: 16px;
}

.cooper_list {
	width: 100%;
	position: relative;
	margin-bottom: 5vw;
}

.cooper_list ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}

.cooper_list ul li {
	width: 25%;
	position: relative;
	padding: 0px 35px;
	color: #fff;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, .2);
}

.cooper_list ul li:nth-child(even) {
	margin-top: 5vw;
}

.cooper_list ul li .icon {
	width: 100px;
	margin: 0px auto;
}

.cooper_list ul li .txt {
	width: 100%;
	margin-top: 1.5vw;
	font-size: 1.4vw;
	font-weight: bold;
	margin-bottom: 1vw;
}

.cooper_list ul li .des {
	font-size: 16px;
	line-height: 1.7;
}

.boxes.book {
	background: url(../images/fqa_bg.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.pdf_list {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 0vw;
}


.pdfSwiper .swiper-slide {
	position: relative;
	background: rgba(255, 255, 255, .8);
	padding: 55px 25px 35px;
	backdrop-filter: blur(10px);
	margin-bottom: 35px;
}

.pdfSwiper .swiper-slide .icon {
	width: 57px;
	margin-bottom: 15px;
}

.pdfSwiper .swiper-slide .name {
	width: 100%;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.7;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	height: 88px;
    -webkit-line-clamp: 3;
}

.pdfSwiper .swiper-slide .size {
	opacity: .5;
	margin-bottom: 100px;
}

.pdfSwiper .swiper-slide .bottom {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pdfSwiper .swiper-slide .more_btn {
	color: #3e3e3e;
	border: 1px solid #3e3e3e;
	width: 118px;
	cursor: pointer;
}

.pdfSwiper .swiper-slide .more_btn .t {
	margin-left: 20px;
	font-size: 14px;
}


.pbox .a .des .pic{

	display: none;

}


.pdfSwiper .swiper-slide .more_btn .i {
	right: 15px;
	font-size: 20px;
	width: 20px;
	opacity: .7;
	top: 50%;
	-webkit-transform: translateY(-50%);
	font-weight: normal;
}

.pdfSwiper .swiper-slide .cs {
	font-size: 12px;
	opacity: .5;
}

.wall {
	width: 100%;
	position: relative;
}

.pro_box {
	/*display: flex;*/
	/*justify-content: space-between;*/
	/*align-items: flex-start;*/
}

.pro_box .pbox {
    z-index: 5;
    /*border-left: 1px solid rgba(0, 0, 0, .1);*/
    width: 100%;
    position: relative;
    top: 0%;
    padding-top: 16vh;
    height: 20vh;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
	
}
.pro_box .pbox {
    z-index: 5;
    /*border-left: 1px solid rgba(0, 0, 0, .1);*/
    width: 100%;
    position: relative;
    top: 0%;
    padding-top: 16vh;
    height: 20vh;
    display: flex;
    flex-wrap: wrap;
    align-content: center;

	
}


.products {
	width: 100%;
	position: relative;
	/*margin-left: 15%;*/
}

.pbox .a .des {
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 10px;
	height: 0;
	-webkit-transition: all .45s ease;
	overflow: hidden;
}

.pbox .a .des .nr {
	-webkit-line-clamp: 4;
}

.pbox .a .more {
	width: auto;
	display: inline-block;
	line-height: 35px;
	font-size: 14px;
	background: #184791;
	color: #fff;
	padding: 0px 20px;
	border-radius: 5px;
	margin-top: 10px;
	-webkit-transition: all .45s;
}

.pbox .a .more:hover {
	border-radius: 40px;
}

.pbox .a.active .des {
	height: 155px;
}

.pbox .a {
	width: 100%;
	height: auto;
	position: relative;
	padding-left: 50px;
	margin-bottom: 25px;
	display: block;
	cursor: pointer;
}
.pbox .a {
	width: 25%;
	height: auto;
	position: relative;
	padding-left: 50px;
	margin-bottom: 25px;
	display: block;
	cursor: pointer;
}
.pbox .a .dot {
	width: 12px;
	height: 12px;
	background: #184791;
	border-radius: 50%;
	position: absolute;
	left: -7px;
	top: 15px;
}

.pbox .a .dot::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	border-radius: 50%;
	background: #184791;
	content: '';
	opacity: 0;
}

.pbox .a.active .dot {
	width: 22px;
	height: 22px;
	left: -11px;
	top: 20px;
}

.pbox .a.active .dot::before {
	-webkit-animation: scaleAnimate 2s linear infinite;
}


.pbox .a.active .dot::after {
	width: 6px;
	height: 6px;
	border: 1px solid #fff;
	border-radius: 50%;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
}


@-webkit-keyframes scaleAnimate {
	0% {
		-webkit-transform: scale(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(3);
		opacity: 0;
	}
}

.pbox .a .info {
	width: 100%;
}

.pbox .a .info .name {
	font-size: 18px;
	line-height: 2;
	-webkit-transition: all .45s ease;
}

.pbox .a .info .name b {
	font-weight: normal;
	background: linear-gradient(#2e2e2e, #2e2e2e) 0 100%/0 1px no-repeat;
	text-decoration: none;
	transition: background .4s cubic-bezier(.19, 1, .22, 1);
	display: inline;
}

.pbox .a.active .info .name b {
	font-weight: bold;
}

.pbox .a .info .name:hover b {
	background-size: 100% 1px;
}





.pbox .a.active .name {
	font-size: 28px;
	font-weight: bold;
}

.products ul li {
	width: 25%;
	position: relative;

	min-height: 40vh;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 900px){
    .products ul li {
    width: 48%;
    position: relative;
    min-height: 20vh;
    display: flex;
    align-items: center;
}
}

.products ul li a {
	width: 100%;
	height: auto;
	position: relative;
}

.sq_btn {
	cursor: pointer;
}

.products ul li .lg {
	width: 4vw;
	height: auto;
	position: absolute;
	left: 10%;
	top: 20%;
	-webkit-transform: translateY(-60%);
	-webkit-transition: all .5s;
}

.products ul li:hover .lg {
	-webkit-transform: translateY(-50%);
}



.products ul li .img {
	position: relative;
	z-index: 5;
}

.products ul li .name {
	text-align: center;
	position: relative;
	font-size: 1.4vw;
	margin-top: 1vw;
	font-weight: bold;
}

.rect {
	width: 50%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 30%;
	-webkit-transform: translate(-50%, -50%);
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1);
	opacity: 0;
}

.rect img {
	-webkit-animation: z 5s linear infinite;
}
.products ul li:hover .rect{
	opacity: 1;
}
.app_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
	margin-bottom: 50px;
}

.app_box .thum {
	width: 40%;
}

.app_box .info {
	width: 57%;
}

.app_box .thum .pic {
	height: 100%;
}

.app_box .info .name {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 15px;
}

.app_box .info .des {
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 15px;
}

.app_box .info .btn {
	width: 100%;
	display: flex;
	align-items: center;
}

.app_box .info ul {
	margin-bottom: 25px;
}

.app_box .info ul li {
	width: 100%;
	height: auto;
	position: relative;
	font-size: 14px;
	line-height: 30px;
	padding-left: 15px;
	color: rgba(0, 0, 0, 0.5);
}

.app_box .info ul li::after {
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0px;
	top: 11px;
	content: '';
	background: #184791;
	border-radius: 50%;
}

.app_box .info .btn a {
	display: block;
	width: 150px;
	height: auto;
	line-height: 43px;
	border-radius: 50px;
	position: relative;
	text-align: center;
	color: #184791;
	font-size: 14px;
	display: flex;
	justify-content: center;
	border: 1px solid #184791;
	transition: all .5s cubic-bezier(.19, 1, .22, 1);
}

.app_box .info .btn a:hover {
	background: #184791;
	color: #fff;
}

.app_box .info .btn a:hover span {
	animation: buttonHoverKey .9s;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(.1, .815, .235, 1.13);
	backface-visibility: hidden;
	will-change: transform;
}

.app_box .info .btn a:hover span:nth-child(2) {
	animation-delay: .02s;
}

.app_box .info .btn a:hover span:nth-child(3) {
	animation-delay: .04s;
}

.app_box .info .btn a:hover span:nth-child(4) {
	animation-delay: .06s;
}

@keyframes buttonHoverKey {
	0% {
		opacity: 1;
		transform: translateY(0%);
	}

	40% {
		opacity: 0;
		transform: translateY(-10%);
	}

	40.5% {
		opacity: 0;
		transform: translateY(30%);
	}

	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}

.app .swiper-next,
.app .swiper-prev {
	position: absolute;
	z-index: 10;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	top: 30%;
}

.app .swiper-prev {
	left: -25px;
}

.app .swiper-next {
	right: -25px;
}

.app .honorSwiper .name {
	font-size: 14px;
}

.app .honorSwiper {
	width: 100%;
}

.honor_box.app {
	margin-bottom: 0px;
	width: 100%;
	margin-top: 2vw;
}

.detail_top {
	background: url(../images/top_bg.jpg) center center no-repeat;
	padding-top: 200px;
	background-size: cover;
	background-attachment: fixed;
	color: #3e3e3e;
}

.boxes.pd {
	background: url(../images/top_bg.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	-webkit-perspective: 3000px;
	perspective: 3000px;
	padding: 0px;
	overflow: hidden;
}

.product {
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 5;
}

.rects {
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 0%;
	top: 0%;
	transform: translateY(30vh) rotateX(60deg) scale(0.9);
}

.rects .c {
	width: 680px;
	height: 680px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -340px;

	margin-top: -340px;
	-webkit-animation: z 5s linear 0s infinite;
}

.rects .c1 {
	width: 560px;
	height: 560px;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	margin-left: -280px;
	margin-top: -280px;
	border: 2px dashed #184791;
	-webkit-animation: z2 20s linear 0s infinite;
	opacity: .7;
	background: rgba(255, 255, 255, .7);
}

.goods {
	width: 35vw;
	height: auto;
	position: absolute;
	left: 50%;
	top: 65%;
	-webkit-transform: translate(-50%, -50%);
	z-index: 5;
}

.core_product .goods{
	width: 35vw;
	top: 75%;
}

.core_product .goods_name{
	top: 20%;
}

.core_product .good_marks{
	top: 20%;
}

.rects .c2 {
	width: 880px;
	height: 880px;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	margin-left: -440px;
	margin-top: -440px;
	border: 2px dashed #184791;
	-webkit-animation: z 20s linear 0s infinite;
	opacity: .4;
}



.focusSwiper{

	width: 100%;

	display: none;

}

.rects .c3 {
	width: 1080px;
	height: 1080px;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	margin-left: -540px;
	margin-top: -540px;
	border: 2px dashed #184791;
	-webkit-animation: z2 20s linear 0s infinite;
	opacity: .2;
}

@-webkit-keyframes z {
	from {
		-webkit-transform: rotateZ(0deg);
	}

	to {
		-webkit-transform: rotateZ(360deg);
	}
}

@-webkit-keyframes z2 {
	from {
		-webkit-transform: rotateZ(360deg);
	}

	to {
		-webkit-transform: rotateZ(0deg);
	}
}

.goods_name {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;
	top: 15%;
	text-align: center;
	font-size: 2.2vw;
	font-weight: bold;
	color: #184791;
	text-transform: uppercase;
}

.good_marks {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;
	top: 10%;
}

.brandLeft .num b {
	font-weight: normal;
}

.singePage table p {
	margin-bottom: 0px;
}


.show{

	display: block;

}



.hide{

	display: none;

}


table {
	width: 100%;
	background: #fff;
}

table tr {
	padding: 5px 0px;
}

table tr:first-child {
	background-color: #184791;
	color: #fff;
}

table td {
	text-align: center;
	font-size: 16px;
}

table tr:nth-child(even) {
	background: #f6f6f6;
}
.good_marks ul{
    width: 100%;
    display: flex;
    padding: 0px 3%;
    justify-content: center;
}
.good_marks ul li {
	width: 10%;
	position: relative;
	left: 0%;
	top: 17vh;
	text-align: center;
	height: 450px;
	animation: move2 3.3s linear .5s infinite;
}

.good_marks ul li:nth-child(4),.good_marks ul li:nth-child(6){
    top: 20vh;
}

.good_marks ul li:nth-child(3),.good_marks ul li:nth-child(7){
    top: 15vh;
}

.good_marks ul li:nth-child(2),.good_marks ul li:nth-child(8){
    top: 13vh;
}

.good_marks ul li:nth-child(1),.good_marks ul li:nth-child(9){
    top: 11vh;
}

.good_marks ul li:nth-child(10){
    top: 13vh;
}

@keyframes move2 {
	0% {
		transform: translateY(0)
	}

	25% {
		transform: translateY(-20px)
	}

	50% {
		transform: translateY(0)
	}

	75% {
		transform: translateY(20px)
	}

	to {
		transform: translateY(0)
	}
}

.good_marks ul li::after {
	width: 1px;
	height: 357px;
	position: absolute;
	left: 50%;
	bottom: 0%;
	content: '';
	background: url(../images/line.png) no-repeat;
}

.good_marks ul li .dot {
	width: 10px;
	height: 10px;
	background: #184791;
	border-radius: 50%;
	margin: 0px auto;
	margin-bottom: 20px;
	position: relative;
}

.good_marks ul li .dot::after {
	width: 28px;
	height: 28px;
	border: 1px dashed #184791;
	border-radius: 50%;
	position: absolute;
	left: -10px;
	top: -10px;
	content: '';
	-webkit-animation: z 10s linear infinite;
}

.good_marks ul li .dot::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	border-radius: 50%;
	content: '';
	background: #184791;
	-webkit-animation: scaleAnimate2 2s linear infinite;
}

@-webkit-keyframes scaleAnimate2 {
	0% {
		-webkit-transform: scale(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(5);
		opacity: 0;
	}
}



.good_marks ul li .name {
	font-size: 16px;
	padding: 0px 5%;
}

.good_marks ul li .name b {
	display: block;
	margin-bottom: 5px;
}

.good_marks ul li .name p {
	font-size: 14px;
	line-height: 1.4;
	display: none;
}

.intro_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3vw;
}

.intro_box .singePage {
	width: calc(100% - 250px);
}

.intro_box a {
	width: 150px;
	height: 50px;
	border-radius: 50px;
	background: #184791;
	position: relative;
	display: block;
}

.intro_box a:hover{
	opacity: .9;
}

.intro_box a img {
	width: 30px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	top: 50%;
	margin-top: -15px;
}

.intro_list {
	width: 100%;
	margin-bottom: 5vw;
}

.intro_list .pic {
	background-size: contain;
}

.intro_list .thum {
	margin-bottom: 15px;
}

.intro_list .name {
	font-size: 18px;
	text-align: center;
	line-height: 2;
	text-transform: uppercase;
}

.mb5 {
	margin-bottom: 5vw;
}

.same_list {
	margin-bottom: 5vw;
}

.same_list ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.same_list ul li {
	width: 32%;
	position: relative;
	background: #fff;
	margin-right: 2%;
	padding: 35px 25px;
	-webkit-transition: all .5s;
	height: auto;
}

.same_list ul li .info{
	margin-bottom: 1vw;
}

.same_list ul li:nth-child(3n) {
	margin-right: 0%;
}

.same_list ul li .name {
	width: 100%;
	height: auto;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 15px;
	font-size: 1.3vw;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.same_list ul li .des {
	width: 100%;
	height: auto;
	position: relative;
	-webkit-transition: all .5s;
	min-height: 160px;
}

.same_list ul li .des p {
	position: relative;
	width: 100%;
	display: block;
	line-height: 2;
	font-size: 16px;
}


.same_list ul li .img {
	width: 230px;
	height: auto;
	position: absolute;
	right: 35px;
	bottom: -20px;
	-webkit-transition: all .5s;
	display: none;
}

.same_list ul li .more {
	width: 50px;
	height: 50px;
	display: block;
	border: 1px solid #184791;
	border-radius: 50px;
	line-height: 48px;
	position: relative;
	left: 0px;
	bottom: 0px;
	color: #184791;
	-webkit-transition: all .5s;
}

.same_list ul li .more:hover {
	width: 140px;
}

.same_list ul li .more:hover .t {
	opacity: 1;
	left: 0%;
}

.same_list ul li .more .t {
	position: absolute;
	left: -5%;
	top: 0%;
	text-align: center;
	opacity: 0;
	-webkit-transition: all .35s;
	width: 100px;
	text-transform: uppercase;
	font-size: 16px;
	font-family: BrownBlod;
	padding-left: 20px;
}

.same_list ul li .more .i {
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 24px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.honorSwiper a:hover .pic {
	-webkit-transform: scale(1.1);
}

#page li {
	border-radius: 50%;
}

#page li.xl-active {
	background: #184791;
}

#page li:hover {
	background-color: #184791 !important;
	color: #FFF;
}

.service_bar {
	width: auto;
	height: auto;
	position: fixed;
	z-index: 50;
	right: 1%;
	top: 50%;
	-webkit-transform: translateY(-50%);
}

.service_bar a {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-bottom: 25px;
	line-height: 60px;
	text-align: center;
	color: #184791;
	font-size: 32px;
	cursor: pointer;
	background: #fff;
	position: relative;
	-webkit-transition: all .35s;
	box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
}

.service_bar a:last-child {
	margin-bottom: 0px;
}

.service_bar a:hover {
	background-color: #184791;
	color: #fff;
	-webkit-transform: scale(0.95);
}

.service_bar a .img {
	width: 120px;
	height: auto;
	position: absolute;
	background: #fff;
	padding: 0px;
	left: -150px;
	top: 50%;
	margin-top: -60px;
	opacity: 0;
	-webkit-transition: all .45s;
	visibility: hidden;
}

.service_bar a .img::after {
	width: 0px;
	height: 0px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #fff;
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	right: -6px;
}

.service_bar a:hover .img {
	opacity: 1;
	visibility: visible;
	left: -130px;
}

.h_about {
	width: 80%;
	position: absolute;
	left: 10%;
	top: 58%;
	-webkit-transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.con_ewm {
	width: 140px;
	margin-top: 2vw;
}

.down_list {
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
	margin-bottom: 1.5vw;
}

.down_list a {
	display: block;
	width: auto;
	height: auto;
	line-height: 50px;
	border: 1px solid #184791;
	color: #184791;
	padding: 0px 35px;
	border-radius: 50px;
	margin: 0px 15px;
	font-size: 16px;
	position: relative;
	cursor: pointer;
}

.down_list a p {
	position: relative;
}

.down_list a::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	background: #184791;
	border-radius: 50px;
	content: '';
	opacity: 0;
	-webkit-transition: transform .2s cubic-bezier(0.51, 0.61, 0.465, 1.65);
}

.down_list a:hover,
.down_list a.active {
	color: #fff;
}

.down_list a:hover::before,
.down_list a.active::before {
	opacity: 1;
	transform: scale(1.05);
}

.pdfSwiper .swiper-slide .more_btn:hover {
	color: #fff;
}

.aboutSwiper>.swiper-wrapper>.swiper-slide {
	position: relative;
	height: 100vh;
}

.aboutSwiper .swiper-slide .w1400 {
	top: 52%;
	-webkit-transform: translateY(-50%);
}

.aboutSwiper>.swiper-wrapper>.swiper-slide:nth-child(1),
.aboutSwiper>.swiper-wrapper>.swiper-slide:nth-child(4) {
	background: url(../images/top_bg.jpg) center center no-repeat;
	background-size: cover;
}


.aboutSwiper {
	overflow: hidden;
}

.copers {
	width: 80%;
	height: auto;
	position: relative;
	margin-top: 3vw;
	margin-left: 10%;
}

.copers ul {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.copers ul li {
	width: 23%;
	height: 6vw;
	position: relative;
	margin-right: 0.5%;
	margin-left: 0.5%;
	background: #fff;
	box-shadow: 5px;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, .1);
	margin-bottom: 1vw;
	border-radius: 10px;
}

.copers ul li .pic {
	height: 100%;
	background-size: contain;
}

.copers ul:nth-child(2) {
	padding: 0px 5%;
}

.copers ul:nth-child(2) li {
	height: 6vw;
}

.copers ul:nth-child(3) {
	padding: 0px 10%;
}

.copers ul:nth-child(3) li {
	height: 5.5vw;
}

.sp .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: transparent;
	border: 2px solid rgba(0, 66, 127, .3);
	margin: 0 30px !important;
	opacity: 1;
	transition: 0.3s all;
}

.sp .swiper-pagination-bullet::before {
	content: '';
	position: absolute;
	margin-top: 2.5px;
	margin-left: 3px;
	width: 62px;
	height: 1px;
	background: rgba(0, 66, 127, .3);
	transition: 0.3s all;
}

.sp .swiper-pagination-bullet-active {
	border: 2px solid rgba(255, 255, 255, 1);
	opacity: 1;
}

.sp .swiper-pagination-bullet-active::after {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: rgba(0, 66, 127, .3);
	border: 1px solid rgba(0, 66, 127, 1);
	margin-left: -10px;
	margin-top: -7px;
	transition: 0.3s all;
}

.swiper-pagination.sp {
	bottom: 3% !important;
}

.sp .swiper-pagination-bullet:last-child::before {
	display: none;
}



.aboutSwiper>.swiper-wrapper>.swiper-slide:nth-child(2):before {
	/*width: 1px;*/
	height: 100%;
	position: absolute;
	left: 43.5%;
	top: 0%;
	background: rgba(255, 255, 255, .5);
	content: '';
}

.swiper-slide.his .left {
	width: 40%;
	opacity: 0;
}

.swiper-slide.his .right {
	width: 55%;
	position: relative;
}

.sp.active .swiper-pagination-bullet-active::after {
	background: rgba(0, 66, 127, 0.2);
	border: 1px solid #184791;
}

.sp.active .swiper-pagination-bullet::before {
	background: rgba(0, 66, 127, .3);
}

.sp.active .swiper-pagination-bullet-active {
	border: 2px solid #184791;
}

.sp.active .swiper-pagination-bullet {
	border: 2px solid rgba(0, 66, 127, .3);
}


.aboutSwiper .singePage {
	font-size: 16px;
}

.aboutSwiper .swiper-slide:last-child .w1400 {
	top: 50%;
}

.singePage.hb p {
	margin-bottom: 0px;
}

.lightBox .box {
	width: 500px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	background: #fff;
	padding: 35px;
	-webkit-transform: translate(-50%, -50%);
}

.lightBox .name {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}

.lightBox .form {
	position: relative;
	width: 100%;
	margin-bottom: 35px;
}

.backTop {
	text-align: center;
}

.backTop:hover {
	background-color: #184791;
}

.lightBox .row {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
	align-items: center;
}

.lightBox .row .txt {
	width: 60px;
	height: auto;
	position: relative;
	font-weight: bold;
	font-size: 16px;
}

.lightBox .row select,
.lightBox .row input {
	width: calc(100% - 70px);
	height: 40px;
	border: 1px solid rgba(0, 0, 0, .2);
	text-indent: 10px;
	outline: none;
}

.app_close {
	width: 50px;
	height: 50px;
	position: absolute;
	right: -25px;
	top: -25px;
	background: #184791;
	color: #fff;
	border-radius: 50%;
	cursor: pointer;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	-webkit-transform: rotate(45deg);
}

.applySubmit {
	width: 145px;
	height: auto;
	line-height: 55px;
	margin: 0px auto;
	background: #184791;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.applySubmit.active {
	opacity: .5;
	cursor: no-drop;
}

.lisbox{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5vw;
}

.core_right .lisbox .lis{
	width: 50%;
}

.lisbox .lis{
	width: 50%;
	height: auto;
	position: relative;
	padding: 10px 20px 10px 14px;
	font-size: 16px;
	line-height: 25px;
}

.lisbox .lis::after{
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0px;
	top: 20px;
	content: '';
	background: #184791;
	border-radius: 50%;
}

.lisbox .lis b{
	font-weight: normal;
	display: block;
	position: relative;
}

.lisbox .lis p{
	font-size: 14px;
	opacity: .7;
}

.cpdt{
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 15px;
}

@media screen and (max-width: 1650px) {
	.header .nav ul a {
		color: #fff;
		padding: 0px 2.2vw;
	}
}
@media screen and (max-width: 1550px) {
	.header .nav ul a {
		padding: 0px 1.6vw;
	}
}

@media screen and (max-width: 1450px) {
	.nav {
		margin-right: 420px;
	}

	.navr {
		width: 320px;
	}
    .navr .tel .icon{
        line-height: 35px;
    }
	.navr .tel p {
		font-size: 20px;
	}

	.header .nav ul a {
		font-size: 16px;
		padding: 0px 1.1vw;
	}

	.brandLeft .name {
		font-size: 32px;
	}
	.aboutSwiper>.swiper-wrapper>.swiper-slide:nth-child(2):before{
		left: 43%;
	}
}

@media screen and (max-width: 1439px) {
	.singePage {
		font-size: 14px;
	}

	.aboutSwiper .singePage,
	.honorSwiper ul li .info .des {
		font-size: 14px;
	}
}

@media screen and (max-width: 1366px) {
	.hrSwiper .swiper-slide.swiper-slide-active p {
		font-size: 18px;
	}

	.hlSwiper .swiper-slide.swiper-slide-active {
		font-size: 60px;
	}

	.h_btn {
		bottom: 15%;
	}

	.hlSwiper {
		top: 38%;
	}

	.hornor ul li .img {
		width: 80px;
	}

	.hornor ul li .txt {
		padding: 0px 1%;
		margin-top: 5px;
	}

	.honorSwiper {
		width: 700px;
	}


	.hornor {
		margin: 2vw 0px;
	}

	.honor .comm_name {
		margin-bottom: 1vw;
		padding-bottom: 1vw;
	}

	.honor_box {
		width: 900px;
	}

	.curl_nav ol li strong {
		font-size: 28px;
	}

	.curl_nav ol li {
		font-size: 14px;
	}

	.curl_nav ul {
		margin-bottom: 15px;
	}

	.contacts ul li {
		font-size: 20px;
	}

	.contacts ul li:first-child {
		font-size: 14px;
	}

	.brandLeft .name {
		font-size: 32px;
	}
}

@media screen and (max-width: 1300px) {
	.header .nav ul a {
		padding: 0px 1.1vw;
	}
}

@media screen and (max-width: 1200px) {
	.nav {
		display: none;
	}

	.news_box .left a {
		padding: 15px;
	}

	.news_box .left a .info .time {
		margin-bottom: 5px;
	}

	.news_box .left a .info .name,
	.news_box .right a .name {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.detail_top .w100 {
		width: 90%;
	}

	.detail_box .dpr {
		display: none;
	}

	.detail_box .dpl {
		width: 90%;
	}

	.detail_box {
		width: 100%;
		justify-content: center;
	}

	.good_marks ul li .name {
		font-size: 14px;
	}

	.w1400.net .left {
		width: 30%;
	}

	.con_list ul li .txt b {
		font-size: 18px;
	}

	.curl_nav ul li {
		font-size: 14px;
	}

	.curl_nav ol li strong {
		font-size: 24px;
	}

	.map_box .map,
	.contacts {
		width: 50%;
	}

	.contacts ul li .icon {
		width: 40px;
		line-height: 36px;
		top: -20px;
		margin-left: -20px;
		font-size: 20px;
	}

	.contacts ul li:first-child .icon {
		font-size: 16px;
	}

	.contacts .name {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.contacts ul li {
		margin-bottom: 30px;
	}

	.contacts {
		padding: 45px 25px;
	}
}

@media screen and (max-width: 900px) {
	.navr {
		width: auto;
		opacity: 1;

		right: 60px;

		border-left: none;
	}

	.navr .tel{

		width: 100%;

		height: 59px;

		padding: 0px 10px;
	

	}
	.curl_nav ol li {
		font-size: 14px;
		min-height: 60vh;
	}
	.navr .tel .icon{

		width: 30px;

		font-size: 24px;

	}

	.navr .tel p {

	    font-size: 18px;

	}
	.navr .langue{

		display: none;

	}
	.navigate {
		width: 100%;
		padding: 10vw 5vw;
	}

	.navigate::before {
		width: 100vw;
		height: 100vw;
		right: -100vw;
		top: -100vw;
		-webkit-transform: scale(0);
	}

	.navigate h1 {
		display: none;
	}

	.navigate ul li .name {
		font-size: 18px;
	}

	.navigate ul li {
		border-bottom: 2px solid #184791;
		padding-bottom: 10px;
	}

	.navigate ul li:last-child {
		border-bottom: none;
		padding-bottom: 0px;
	}

	.navigate.active::before {
		-webkit-transform: scale(3);
	}

	.header {
		height: 60px;
	}

	.logo {
		width:80px;
	}

	.menu_bar {
		width: 60px;
		height: 60px;
	}

	.service_bar a {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 24px;
		margin-bottom: 10px;
	}

	.service_bar {
		right: 3%;
		top: auto;
		-webkit-transform: translateY(0%);
		bottom: 3%;
	}

	.goToBack {
		display: none;
	}

	.home .swiper-pagination-bullets.menu {
		right: 3%;
		bottom: auto;
		top: 50%;
	}
	.news_box .right a .more{
		height: 20px;
		font-size: 20px;
	}
	.news_box .right a{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.h_about {
		width: 90%;
		left: 5%;
		top: 55%;
	}
	.brand_list ul li .b.o{
		display: none;
	}
	.brand_list ul li .b{
		width: calc(50% - 2.5px);
		height: 10vw;
		margin-bottom: 5px;
	}
	.brand_list ul li{
		margin-bottom: 0vw;
		flex-wrap: wrap;
	}
	.about_txt,
	.num_list {
		width: 100%;
	}

	.curltrue ul .li .icon {
		width: 45px;
		margin: 10px auto;
	}

	.num_list ul li .num span {
		font-size: 10vw;
	}

	.num_list ul li .txt {
		font-size: 12px;
		line-height: 1;
	}

	.num_list ul li {
		margin-bottom: 15px;
	}

	.curltrue {
		display: none;
	}

	.about_txt .name {
		font-size: 6vw;
	}

	.about_txt {
		margin-bottom: 4vw;
	}

	.pro_nav {
		display: flex;
	}
	.pro_nav a .i{

		width: 40px;

	}
	.news_box {
		width: 90%;
		left: 5%;
	}
	.pro_nav a .t{

		line-height: 20px;

		font-size: 14px;

	}

	.pro_nav a::before,.pro_nav a::after{

		display: none;

	}

	.productSwiper {

	    width: 90%;

	    margin-left: 0%;

	    height: auto;

	    margin-top: 0px;

	    position: absolute;

	    left: 5%;

	    top: 50%;

		-webkit-transform: translateY(-50%);

	}
	.more_btn .t {
		font-size: 14px;
		margin-left: 20px;

		line-height: 45px;
	}

	.more_btn {
		width: 110px;
		height: 45px;
		margin-bottom: 16px;
	}

	.more_btn .i {
		right: 15px;
		font-size: 20px;
	}

	.common_title b {
		font-size: 6vw;
	}

	.news_box .left {
		width: 100%;
		margin-bottom: 5vw;
	}

	.news_box .left a {
		width: 48%;
		height: auto;
		margin-bottom: 15px;
	}

	.common_title {
		margin-bottom: 15px;
	}

	.news_box .left a .info .more {
		width: 30px;
		height: 20px;
		font-size: 20px;
		position: relative;
		line-height: 20px;
		bottom: 0px;
	}

	.news_box .left a .info .name,
	.news_box .right a .name {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.news_box .right {
		width: 100%;
	}

	.news_box .right {
		display: block;
	}
	.news_box .right a .des{
		display: none;
	}
	.news_box .left a .info .des {
		display: none;
	}

	.news_box .left a .info .time {
		padding-left: 20px;

		font-size: 12px;
	}
	.brand_list{

		opacity: 1;

	}
	.news_box .left a .info .time::after {
		top: 2px;
	}

	.brandLeft {
		width: 90%;
		height: auto;
		left: 5%;
	}

	.brandLeft .num {
		font-size: 15vw;
		margin-bottom: 0px;
	}

	.brandLeft .name {
	    font-size: 5vw;
	    margin-bottom: 1vw;
	}

	.brandLeft .singePage {
		margin-bottom: 5vw;
	}

	.swiper-slide-active .brand_list {
		opacity: 1;
		top: 10%;
		width: 90%;
		right: 5%;
		bottom: auto;
		-webkit-transform: translateY(0%);
	}

	.swiper-slide-active .brandLeft {
		opacity: 1;
		top: 70%;
	}

	.copyright.h {
		flex-wrap: wrap;
		line-height: 20px;
		padding: 0px 5%;
		text-align: justify;
	}

	.copyright>a {
		position: absolute;
		right: 5%;
		bottom: 0px;
	}

	.boxes.inner {
		padding-top: 90px;
	}

	.w1400.net .left,
	.w1400.net .right {
		width: 100%;
	}

	.comm_name b {
		font-size: 6vw;
	}

	.comm_name {
		padding-bottom: 2.5vw;
	}

	.comm_name {
		margin-bottom: 5vw;
	}

	.daili .tips {
		font-size: 14px;
		line-height: 1.7;
	}

	.cooper_list ul li .icon {
		width: 60px;
	}

	.cooper_list ul li .txt {
		font-size: 16px;
	}

	.cooper_list ul li {
		padding: 0px 10px;
	}

	.cooper_list ul li .des {
		font-size: 14px;
	}

	.cooper_list ul li:nth-child(even) {
		margin-top: 0vw;
	}

	.boxes {
		padding: 10vw 0px;
	}

	.daili .more_btn {
		width: 128px;
	}

	.down_list a {
		line-height: 40px;
		padding: 0px 15px;
		font-size: 12px;
		margin: 0px 5px;
	}

	.qafs ul li .qa .s {
		width: 70px;
		padding-left: 15px;
	}

	.qafs ul li .qa .t {
		width: calc(100% - 80px);
		font-size: 16px;
	}

	.qafs ul li .qq {
		font-size: 14px;
	}

	.qafs ul li {
		margin-bottom: 0px;
		padding: 15px 0px;
	}

	.qafs ul li .qa {
		padding-top: 0px;
	}

	.footer .top .right {
		display: none;
	}

	.footer .top .left {
		width: 100%;
	}

	.footer {
		padding-top: 30px;
	}

	.flogo {
		display: none;
	}

	.backTop {
		display: none;
	}

	.about .left,
	.about .center,
	.about .right {
		width: 100%;
	}

	.about .center {
		height: 10vh;
		position: relative;
		display: none;
	}

	.about .center>img {
		display: none;
	}

	.about .img img {
		height: auto;
		top: 50%;
		-webkit-transform: translateY(-50%);
		position: absolute;
	}

	.about .num_list ul li {
		width: 49%;
	}

	.sp .swiper-pagination-bullet::before {
		width: 30px;
	}

	.sp .swiper-pagination-bullet {
		margin: 0 15px !important;
	}

	.swiper-slide.his .left {
		display: none;
	}

	.swiper-slide.his .right {
		width: 100%;

		top: 50%;

		-webkit-transform: translateY(-50%);
	}
	.hrSwiper .swiper-slide.swiper-slide-active .year{

		font-size: 8vw;

	}

	.hrSwiper .swiper-slide .txt{

		min-height: 125px;

	}

	.hrSwiper .swiper-slide .year{

		font-size: 12vw;

	}

	.hrSwiper .swiper-slide.swiper-slide-active p::after {

	    top: 8px;

	}
	.aboutSwiper>.swiper-wrapper>.swiper-slide:nth-child(2):before {
		display: none;
	}

	.honor .singePage {
		width: 100%;
		margin-left: 0%;
	}

	.swiper-slide.his .right .comm_name {
		margin-bottom: 5vw;
	}

	.aboutSwiper .singePage {
		font-size: 14px;
		text-align: left;
	}

	.hrSwiper {
		height: auto;
		margin-bottom: 0vh;

		left: 0%;

		width: 100%;

		padding-bottom: 25px;
	}

	.hrSwiper .swiper-pagination-bullet{

		background: #fff;

	}

	.hrSwiper .swiper-pagination-bullet-active{

		background: #fff;

	}

	

	.hrSwiper .swiper-slide .year,.hrSwiper .swiper-slide .txt{

		width: 100%;

	}

	.hrSwiper .swiper-slide.swiper-slide-prev {

	    opacity: 1;

	}

	.hrSwiper .swiper-slide.swiper-slide-next, .hrSwiper .swiper-slide.swiper-slide-prev{

		opacity: 1;

	}

	.hrSwiper .swiper-slide{

		flex-wrap: wrap;

	}
	.hrSwiper .swiper-slide.swiper-slide-active .txt {

	    padding-top: 0px;

	}
	.hrSwiper .swiper-slide.swiper-slide-active p {
		font-size: 14px;
		padding-left: 10px;

		font-weight: normal;
	}

	.h_btn {
		width: 100%;
		justify-content: space-between;
		display: none;
	}

	.h_btn .btn {
		margin-right: 0%;
	}

	.honor .comm_name,
	.honor .singePage {
		width: 100%;
		margin-left: 0%;
	}

	.honor .comm_name {
		margin-bottom: 5vw;
	}

	.honor_box .swiper-next,
	.honor_box .swiper-prev {
		display: none;
	}

	.honorSwiper,
	.honor_box {
		width: 100%;
	}

	.hornor {
		margin: 5vw 0px;
		padding: 0px;

		margin-bottom: 0px;
	}

	.hornor ul li .img {
		width: 50px;
	}

	.hornor ul {
		flex-wrap: wrap;
	}

	.hornor ul li {
		width: calc(100% / 3);

		margin-bottom: 15px;
	}

	.hornor ul li .txt {
		line-height: 1.4;
	}

	.copers {
		width: 100%;
		margin-top: 5vw;
		margin-left: 0%;
	}

	.copers ul li {
		width: 48%;
		height: 12vw;
	}

	.copers ul:nth-child(2) {
		padding: 0px 0%;
	}

	.copers ul:nth-child(3) {
		padding: 0px 0%;
	}

	.copers ul:nth-child(2) li,
	.copers ul:nth-child(3) li {
		height: 12vw;
	}

	.copers ul li .pic {
		background-size: cover;
	}

	.swiper-slide.cultrue .curl_nav {
		width: 100%;
	}

	.swiper-slide.cultrue .comm_name {
		width: 100%;
	}

	.curl_nav ul li {
		line-height: 30px;
		margin-right: 10px;
		font-size: 12px;
		padding: 5px 10px;
		padding-right: 15px;
	}

	.curl_nav ol li strong {
		font-size: 20px;

	}

	.map_box .map {
		display: none;
	}

	.contacts {
		width: 100%;
	}


	.contacts {
		padding: 35px 15px;
	}

	.contacts ul li {
		padding: 30px 15px 15px;
	}

	.contacts ul li {
		font-size: 16px;
	}

	.app_box {
		margin-top: 5vw;
		margin-bottom: 5vw;
	}

	.app_box .thum {
		width: 100%;
		height: 25vh;
		margin-bottom: 5vw;
	}

	.app_box .info {
		width: 100%;
	}

	.app_box .info .name {
		font-size: 5vw;
		line-height: 1.4;
		margin-bottom: 0vw;
	}

	.app_box .info .des {
		font-size: 14px;
	}

	.app .honorSwiper .name {
		font-size: 12px;
	}

	.news_list ul li a {
		flex-wrap: wrap;
	}

	.news_list ul li a .thum,
	.news_list ul li a .info {
		width: 100%;
	}

	.news_list ul li a .info .des {
		display: none;
	}

	.news_list ul li a .info .name {
		font-size: 14px;
		line-height: 1.4;
	}

	.news_list ul li a .info .icon {
		font-size: 16px;
		display: none;
	}

	.news_list ul li a .thum {
		margin-bottom: 2vw;
	}

	.detail_top {
		padding-top: 90px;
		padding-bottom: 20px;
	}

	.detail_top .w100 {
		width: 90%;
	}

	.detail_top .title {
		font-size: 6vw;
	}

	.detail_top .info {
		margin-top: 1vw;
	}

	.detail_box {
		padding: 10vw 5%;
		background: #fff;
		width: 100%;
	}

	.detail_box .dpr {
		display: none;
	}

	.detail_box .dpl,
	.welf ul li {
		width: 100%;
	}

	.welf ul li .thum {
		width: 75px;
	}

	.welf ul li .info {
		width: calc(100% - 100px);
	}

	.welf ul li .info .name {
		font-size: 4vw;
		margin-bottom: 1vw;
	}

	.welf ul li .info .des {
		font-size: 14px;
		width: 90%;
	}

	.zp_title .left {
		width: 100%;
	}

	.zp_title .left b {
		font-size: 5vw;
	}

	.zp_title .right {
		width: 100%;
	}

	.zp_title .right a {
		margin-left: 0px;
		margin-top: 2vw;
		width: 130px;
		height: auto;
		line-height: 40px;
		font-size: 12px;
	}

	.laberBox ul li,
	.laberBox ol li {
		font-size: 14px;
	}

	.laberBox ol li {
		height: 50px;
		line-height: 49px;
	}

	.laberBox ul li {
		line-height: 50px;
		font-weight: bold;
	}

	.laberBox {
		margin-top: 5vw;
	}

	.laberBox ol li>div {
		overflow: hidden;
		padding: 0px 10px;
		font-size: 12px;
	}

	.laberBox ol li {
		overflow: hidden;
	}

	.footer .bottom {
		font-size: 12px;
		position: relative;
		text-align: justify;
	}

	.footer .bottom>a {
		position: absolute;
		right: 0px;
		bottom: 0px;
	}

	.cooper_list ul li {
		padding: 20px 10px;
		width: 50%;
		border-bottom: 1px solid rgba(255, 255, 255, .2);
	}

	.cooper_list ul li:nth-child(even) {
		border-right: none;
	}

	.cooper_list ul li .txt {
		font-size: 14px;
	}

	.lightBox .box {
		width: 90%;
		padding: 35px 15px;
	}

	.lightBox .name {
		font-size: 5vw;
		margin-bottom: 3vw;
	}

	.lightBox .row .txt {
		width: 50px;
		font-size: 14px;
	}

	.lightBox .row select,
	.lightBox .row input {
		width: calc(100% - 60px);
	}

	.app_close {
		right: -15px;
		top: -15px;
	}

	.lightBox .form {
		margin-bottom: 5vw;
	}

	.qafs ul li .qa::after {
		right: 10px;
		margin-top: -12.5px;
	}

	.honorSwiper ul li {
		flex-wrap: wrap;
	}

	.honorSwiper ul li .thum {
		width: 100%;
	}

	.honorSwiper ul li .info {
		width: 100%;
		padding: 25px;
	}

	.honorSwiper ul li .info .title {
		font-size: 5vw;
		margin-bottom: 1vw;
	}
	.honorSwiper ul li .info .des{
		line-height: 1.7;
	}

	.products {
margin-top: 4vh;
	}

	.pro_box .pbox {
		width: 100%;
		position: relative;
		top: 0%;
		height: 16vh;
		-webkit-transform: translateY(0%);

	
	}

	.pbox .a .info .name {
		font-size: 16px;
	}

	.pbox .a {
	    width: 50%;
		padding-left: 20px;
		margin-bottom: 5vw;
	}
	.pbox .a .des .nr {

	    -webkit-line-clamp: 6;

	}

	.good_marks{

		display: none;

	}
	.pbox .a.active .name {
		font-size: 16px;
		font-weight: normal;
	}

	.pbox .a .des {
		font-size: 14px;

		margin-bottom: 0px;
	}

	.pbox .a.active .des {
		height: auto;
	}

	.pbox .a .des {
		height: auto;
	}

	.pbox .a .dot {
		top: 4vw;
	}

	.pbox .a.active .dot {
		top: 5px;
	}

	.navigate ul li .list {
		justify-content: flex-start;
	}

	.navigate ul li .list a {
		width: 50%;
		margin-right: 0vw;
		line-height: 25px;
	}

	.navigate ul li {
		margin-bottom: 3vw;
	}

	.navigate ul li:last-child {
		margin-bottom: 0vw;
	}

	

	.bannerSwiper .slogan{

		width: 90%;
		top: 30%;

	}

	

	.brand_list{

		-webkit-transition: all 0s ease 0s;

	}	

	.good_marks{

		display: none;

	}

	.intro_box .singePage{

		width: 100%;

	}

	.intro_box{

		flex-wrap: wrap;

		margin-bottom: 15vw;

	}

	.intro_box a{

		width: 120px;

		height: 40px;

	}

	.intro_box a img{

		margin-left: -10px;

		margin-top: -10px;

		width: 20px;

	}

	.cpdt{

		font-size: 6vw;

		margin-bottom: 3vw;

		border-bottom: 1px solid rgba(0, 0, 0, .2);

		padding-bottom: 2vw;

		margin-top: 10vw;
		position: relative;

	}
	
	.cpdt::after{
		width: 70px;
		height: 5px;
		position: absolute;
		left: 0px;
		bottom: -3px;
		content: '';
		background: #184791;
	}

	.lisbox .lis{

		width: 100%;

	}

	.lisbox .lis {

	    padding: 5px 10px 5px 14px;

	    font-size: 14px;

	    line-height: 20px;

	}

	.lisbox .lis::after{

		width: 5px;

		height: 5px;

		top: 12px;

	}

	.intro_list ul li{

		width: 100%;

		margin-right: 0%;

	}

	.intro_list ul li .name{

		font-size: 14px;

	}

	.intro_list ul li .thum{

		margin-bottom: 2vw;

	}

	.same_list ul{

		flex-wrap: wrap;

		width: 100%;

	}

	.same_list ul li{

		width: 100%;

		padding:25px 15px;

		margin-bottom: 5vw;

	}

	.same_list ul li .name{

		padding-bottom: 2vw;

		font-size: 5vw;

		margin-bottom: 3vw;

	}

	.same_list ul li .des{

		min-height: auto;

		margin-bottom: 3vw;

	}

	.same_list ul li .des p{

		font-size: 14px;

	}

	.comm_name.mb1 {

	    margin-bottom: 5vw;

	}

	.same_list ul li .more{

		line-height: 38px;

		width: 100px;

		height: 40px;

	}

	.same_list ul li .more .t{

		font-size: 14px;

		opacity: 1;

		left: 0px;

		padding-left: 0px;

		width: 75px;

	}

	.same_list ul li .more .i{

		height: 40px;

		font-size: 20px;

	}

	.same_list ul li .more:hover {

	    width: 100px;

	}

	table td{

		font-size: 12px;		

		width: auto;

		padding: 5px 0px;

		line-height: 1.4;

	}

	.navs.n2{

		display: flex;

		width: 100%;

		position: relative;

		top: 0%;

		-webkit-transform: translateY(0%);

		margin-bottom: 3vw;

	}

	.navs.n1{

		display: none;

		

	}

	.navs a{

		margin-left: 0px;

		margin-right: 10px;

		width: auto;

		padding: 0px 10px;

	}

	.p_list ul li .thum{

		width: 100%;

	}

	.p_list ul li .info {

	    width: 100%;

	}

	.p_list ul li .info .name{

		font-size: 5vw;

	}

	.p_list ul li .info .des{

		font-size: 14px;

	}

	.p_list ul li{
		margin-bottom: 5vw;
		background: rgba(255,255,255,.9);
		padding: 25px;
		padding-bottom: 45px;
	}

	.p_list ul li:hover .thum .yuan{

		opacity: 0;

	}

	.core_left {
	    width: 100%;
	    position: relative;
	    left: 0vw;

	}

	.core_left .rects{

		transform: translateY(15vh) rotateX(70deg) scale(1);

	}

	.core_product{

		flex-wrap: wrap;

	}

	.core_right{

		width: 100%;

		right: 0%;

		padding: 0px 5%;

		margin-bottom: 15vw;

	}

	.core_product .goods_name{

		font-size: 6vw;

	}

	.goods_name{

		font-size: 6vw;

		padding: 0px 5%;

		top: 20%;

	}

	.goods{

		width: 94vw;

		left: 50%;

	}

	.product{

		height: 60vh;

		margin-top: 60px;
		
		margin-bottom: 10vh;
        z-index: 35;
	}

	.rects{

		height: 60vh;
        z-index: 0;
		transform: translateY(20vh) rotateX(63deg) scale(1);

	}

	.rects .c1{

		width: 250px;

		height: 250px;

		margin-left: -125px;

		margin-top: -125px;

	}

	.rects .c{

		width: 350px;

		height: 350px;

		margin-left: -175px;

		margin-top: -175px;

	}

	.rects .c2{

		width: 400px;

		height: 400px;

		margin-left: -200px;

		margin-top: -200px;

	}

	.rects .c3{

		width: 500px;

		height: 500px;

		margin-left: -250px;

		margin-top: -250px;

	}

	.intro_list .thum {

	    margin-bottom: 5px;

	}

	.intro_list{

		padding-bottom: 25px;

	}

	.intro_list .name{

		font-size: 14px;

	}

	.p_list ul li .thum .lg{

		display: none;

	}

	.core_product .rects .c1 {

	    width: 250px;

	    height: 250px;

	    margin-left: -125px;

	    margin-top: -125px;

	}

	.core_product .rects .c {

	    width: 300px;

	    height: 300px;

	    margin-left: -150px;

	    margin-top: -150px;

	}

	.core_product .rects .c2 {

	    width: 400px;

	    height: 400px;

	    margin-left: -200px;

	    margin-top: -200px;

	}

	.core_product .rects .c3 {

	    width: 500px;

	    height: 500px;

	    margin-left: -250px;

	    margin-top: -250px;

	}

	.p_list ul li .thum .pic {

	    width: 100%;

	    margin-left: 0%;

	    margin-top: 0vw;

	    margin-bottom: 0vw;

	}

	.core_product .goods {

	    width: 90vw;

	    top: 65%;

	}

	.net_map ul li .title .name{

		font-size: 12px;

		width: calc(100% - 15px);

	}

	.show{

		display: none;

	}

	

	.hide{

		display: block;

	}

	.w1400.net{

		direction: initial;

	}

	.net_map ul li .title .dot{

		width: 10px;

		height: 10px;

	}

	.con_ewm {

	    width: 120px;

	    margin: 0px auto;

	}

	.pdfSwiper .swiper-slide{
		padding: 25px 15px;
		margin-bottom: 25px;

	}

	.pdfSwiper .swiper-slide .icon {

	    width: 35px;

	    margin-bottom: 5px;

	}

	.pdfSwiper .swiper-slide .name{

		font-size: 14px;

		font-weight: bold;

		line-height: 1.4;

		padding-bottom: 10px;

		margin-bottom: 10px;
        height: 62px;
	}
    .pdf_list{
        overflow: initial;    
    }
    .boxes.book .w1400{
        overflow: hidden;
    }
	.pdfSwiper .swiper-slide .size {

	    margin-bottom: 50px;

	    font-size: 12px;

	}

	.pdfSwiper .swiper-slide .bottom{

		flex-wrap: wrap;

	}

	.pdfSwiper .swiper-slide .cs {

	    font-size: 12px;

	    opacity: .5;

	    width: 100%;

	    margin-top: 5px;

	}

	.pdfSwiper .swiper-slide .more_btn{

		height: 40px;

		line-height: 40px;

		width: 100px;

	}

	.pdfSwiper .swiper-slide .more_btn .t {

	    margin-left: 20px;

	    line-height: 40px;

	    font-size: 12px;

	}

	.pdfSwiper .swiper-slide .more_btn .i{

		font-size: 14px;

		right: 5px;

	}

	.down_list{

		margin-bottom: 3vw;

	}

	.welf ul li{

		align-items: center;

	}

	.welf ul li:last-child{

		margin-bottom: 0px;

	}

	.net_map ul li .info b{

		font-size: 14px;
		
	}

	.net_map ul li .info{

		padding: 15px;

		top: -35px;

		width: 150px;

	}

	.net_map ul li:hover .info {

	    left: -160px;
	    top: -12px;

	}

	.focusSwiper{

		display: block;

		width: 90%;

		height: auto;

		position: absolute;

		left: 5%;

		top: 55%;

		-webkit-transform: translateY(-50%);

		padding-bottom: 45px;

	}

	.focusSwiper .name{

		width: 100%;

		display: flex;

		align-items: center;

		position: relative;

		padding-bottom: 5px;

		margin-bottom: 15px;

		border-bottom: 1px solid rgba(0, 0, 0, .3);

	}

	.focusSwiper .name .i {

	    width: 50px;

	    height: auto;

	    position: relative;

	}

	.focusSwiper .name .t {

	    width: calc(100% - 60px);

	    margin-left: 5px;

	    font-size: 6vw;

	    font-weight: bold;

	}

	

	.pro_tz{

		display: none;

	}

	

	.focusSwiper .des{

		width: 100%;

		font-size: 14px;

		line-height: 2;

		-webkit-line-clamp: 4;

		margin-bottom: 15px;
		    min-height: 88px;
	}

	

	.focusSwiper .img{

		width: 100%;

		height: auto;

		position: relative;

		margin-bottom: 0px;
		margin-top: 0vw;
	}

	

	.productSwiper,.pro_nav{

		display: none;

	}

	.swiper-pagination-bullet-active{

		background: #184791;

	}

	

	.focusSwiper .swiper-pagination{

		text-align: center;

	}

	.pbox .a .des .pic{

		display: block;
		width: 100%;
	}

	.aboutSwiper>.swiper-wrapper{

		display: block;

	}

	.aboutSwiper>.swiper-wrapper>.swiper-slide{

		height: auto;
		/*min-height: 100vh;*/
	}
	
	.aboutSwiper .swiper-slide:nth-child(4),.aboutSwiper .swiper-slide:nth-child(6){
		min-height: auto;
	}
	
	.aboutSwiper .swiper-slide .w1400 {

	    top: 0%;

	    -webkit-transform: translateY(0%);

	}

	.aboutSwiper{

		margin-top: 60px;

	}

	.aboutSwiper>.swiper-wrapper>.swiper-slide{

		padding:10vw 0px;

	}

	.swiper-slide.his .right {

	    width: 100%;

	    top: 0%;

	    -webkit-transform: translateY(0%);

	}

	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{

		bottom: 0px;

	}

	.hrSwiper .swiper-slide{

		background: rgba(0,0,0,.3);

		padding: 25px 15px;

		border-radius: 7px;

	}

	.swiper-pagination.sp{

		display: none;

	}

	.hrSwiper .swiper-slide p{

		line-height: 22px;

		margin-bottom: 5px;

	}

	.hrSwiper .swiper-slide .year {

	    font-size: 8vw;

		margin-bottom: 2vw;

	}

	.hrSwiper .swiper-slide p::after{

		top: 8px;

	}

	.honorSwiper .swiper-pagination{

		display: block;

	}

	.honorSwiper{

		padding-bottom: 25px;

	}
	.pbox .a .info .name b{
		font-size:14px;
		font-weight: bold;
	}
	.langues{
		display: inline-block;
		position: relative;
		
		background: #184791;
		color: #fff;
		padding: 8px 25px;
		border-radius: 50px;
		-webkit-transition: all 0.8s ease .1s;
		    -webkit-transform: translateY(25px);
		opacity: 0;
		visibility: hidden;
		font-size: 12px;
	}
	.navigate.open .langues{
		opacity: 1;
		-webkit-transform: translateY(0px);
		visibility: visible;
	}
	.langues a{
		color: #fff;
	}
	.langues span {
	    padding: 0px 5px;
	}
	.swiper-slide.his,.swiper-slide.cultrue{
		padding: 15vw 0px !important;
	}
	.swiper-slide.cultrue{
		background: url(../images/cul_bg.jpg) 10% 50% no-repeat;
	}
	.brand_list ul li:nth-child(even) {
	    margin-left: 0%;
	}
	.brand_list ul li:nth-child(1) .b:nth-child(1),.brand_list ul li:nth-child(1) .b:nth-child(2){
		left: -5vw;
	}
	.brand_list ul li:nth-child(1) .b:nth-child(3),.brand_list ul li:nth-child(1) .b:nth-child(4){
		left: 5vw;
	}
	.brand_list ul li:nth-child(2),.brand_list ul li:nth-child(4){
		left: -5%;
		position: relative;
	}
	.brand_list ul li:nth-child(3){
		left: 5vw;
		position: relative;
	}
	.honor_box.app{
		margin-top: 10vw;
	}
	.honorSwiper ul li{
		margin-bottom: 10vw;
	}
	.bannerSwiper .pic.p1{
		display: none;
	}
	.bannerSwiper .pic.p2{
		display: block;
	}
	.swiper-slide.his .right .top{
		margin-bottom: 10vw;
	}
	.brand_m{
		display: block;
		position: absolute;
		width: 80%;
		height: auto;
		left: 10%;
		top: 70px;
	}
	.brand_list{
		display: none;
	}

	.core_right .lisbox .lis{
		width: 100%;
	}
	
	.news5 ul li{
	    width: 100%;
	}
    .search_icon{
        width: 50px;
        height: 60px;
    }	
    .search_icon:after{
        width: 20px;
        height: 20px;
    }
    .navr .tel{
        padding: 0px;
    }
    .navr{
        border-left: none;
    }
    .header.sub .navr .tel{
        border-left: none;
    }
    .boxes.over{
        overflow: hidden;
    }
    .world ol li .title .name{
        font-size: 14px;
        width: 100%;
        line-height: 20px;
        text-indent: -10px;
    }
    .world ol li .title{
        flex-wrap: wrap;
    }
    
    .world ol li .info{
        padding: 15px;
    }
    
    .world ol li .info b{
        font-size: 14px;
    }
    .searchGroup{
        width: 90%;
        padding: 45px 30px;
    }
    .searchGroup input{
        margin-bottom: 45px;
    }
    .con_list{
        width: 250px;
    }
    .header.sub .search_icon:after {
        background-position: -20px 0px;
    }
    .search_icon.si1{
        display: none;
    }
    .tzdn{
        display: flex;
        margin-top: 5vw;
        align-items: center;
    }
    .search_icon.si2{
        display: block;
        border: 1px solid rgba(0, 0, 0, .3);
        height: 45px;
        border-radius: 50px;
        width: 45px;
        margin-left: 10px;
        -webkit-transition: all 0.8s ease .2s;
        -webkit-transform: translateY(25px);
        opacity: 0;
        visibility: hidden;
    }
    .search_icon:after{
        background-position: -20px 0px;
    }
    .langues{
        font-size: 12px;
        height: 45px;
        line-height: 45px;
        padding: 0px 25px;
    }
    .navigate.open .search_icon {
        opacity: 1;
        -webkit-transform: translateY(0px);
        visibility: visible;
    }
    .navr .tel{
        border-left: none;
        padding-right: 10px;
        	display: none;
    }
    .navr .tel p{
        font-size: 16px;
        font-family: none;
    }
}